# ************************************************************ # Sequel Pro SQL dump # Version 4541 # # http://www.sequelpro.com/ # https://github.com/sequelpro/sequelpro # # Host: 121.196.17.222 (MySQL 5.7.29-log) # Database: crmeb_java # Generation Time: 2020-08-13 07:59:31 +0000 # ************************************************************ /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; # Dump of table eb_article # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_article`; CREATE TABLE `eb_article` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '文章管理ID', `cid` varchar(255) NOT NULL DEFAULT '' COMMENT '分类id', `title` varchar(255) NOT NULL COMMENT '文章标题', `author` varchar(255) DEFAULT '' COMMENT '文章作者', `image_input` varchar(255) NOT NULL COMMENT '文章图片', `synopsis` varchar(255) DEFAULT '' COMMENT '文章简介', `share_title` varchar(255) DEFAULT '' COMMENT '文章分享标题', `share_synopsis` varchar(255) DEFAULT '' COMMENT '文章分享简介', `visit` varchar(255) DEFAULT '' COMMENT '浏览次数', `sort` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '排序', `url` varchar(255) DEFAULT '' COMMENT '原文链接', `media_id` varchar(100) DEFAULT NULL COMMENT '微信素材id', `status` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '状态', `hide` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否隐藏', `admin_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '管理员id', `mer_id` int(10) unsigned DEFAULT '0' COMMENT '商户id', `product_id` int(10) NOT NULL DEFAULT '0' COMMENT '商品关联id', `is_hot` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否热门(小程序)', `is_banner` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否轮播图(小程序)', `content` text NOT NULL COMMENT '文章内容', `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='文章管理表'; LOCK TABLES `eb_article` WRITE; /*!40000 ALTER TABLE `eb_article` DISABLE KEYS */; INSERT INTO `eb_article` (`id`, `cid`, `title`, `author`, `image_input`, `synopsis`, `share_title`, `share_synopsis`, `visit`, `sort`, `url`, `media_id`, `status`, `hide`, `admin_id`, `mer_id`, `product_id`, `is_hot`, `is_banner`, `content`, `create_time`, `update_time`) VALUES (25,'0','2019苹果新品发布会:iPhone 11 Pro系列发布','陈功','image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png','阿达萨','2019苹果新品发布会:iPhone 11 Pro系列发布','阿达萨','',0,'http://www.techweb.com.cn/ucweb/news/id/2753912',NULL,0,0,0,0,0,1,1,'
阿达萨
suibian添加的数据啊看见十大科技啊还是看见哈撒可见度按时可见度蛤科进士活动空间撒谎的看见撒谎的卡河上的看见啥看见啥的看啥看见哈斯空间的哈克觉得是哈克觉得是和的撒
','2020-08-13 15:36:35','2020-08-13 15:36:35'), (28,'0','非banner','ads ','image/content/2020/08/13/32bd397a3d7a4ae9b3155d999785500b5ulxa373fz.png','asd ','非banner','asd ','',0,'',NULL,0,0,0,0,0,1,0,'asd asd sa d
','2020-08-13 15:39:06','2020-08-13 15:39:06'), (29,'0','非热门','按时的','image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png','a\'s\'d','非热门','a\'s\'d','',0,'',NULL,0,0,0,0,0,0,1,'asd阿达萨
','2020-08-13 15:39:33','2020-08-13 15:39:33'); /*!40000 ALTER TABLE `eb_article` ENABLE KEYS */; UNLOCK TABLES; # Dump of table eb_category # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_category`; CREATE TABLE `eb_category` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `pid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '父级ID', `path` varchar(255) NOT NULL DEFAULT '/0/' COMMENT '路径', `name` varchar(50) NOT NULL COMMENT '分类名称', `type` smallint(2) DEFAULT '1' COMMENT '类型,1 产品分类,2 附件分类,3 文章分类, 4 设置分类, 5 菜单分类', `url` varchar(255) DEFAULT '' COMMENT '地址', `extra` text COMMENT '扩展字段 Jsos格式', `status` tinyint(1) NOT NULL DEFAULT '1' COMMENT '状态, 1正常,0失效', `sort` int(5) NOT NULL DEFAULT '99999' COMMENT '排序', `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE, KEY `status+pid` (`pid`,`status`), KEY `id+status+url` (`path`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='分类表'; LOCK TABLES `eb_category` WRITE; /*!40000 ALTER TABLE `eb_category` DISABLE KEYS */; INSERT INTO `eb_category` (`id`, `pid`, `path`, `name`, `type`, `url`, `extra`, `status`, `sort`, `create_time`, `update_time`) VALUES (42,0,'/0/','商品',5,'/store','s-goods',1,1,'2020-04-28 17:03:34','2020-08-12 12:29:13'), (43,42,'/0/42/','商品管理',5,'/store/index',NULL,1,1,'2020-04-28 17:04:20','2020-08-12 12:29:13'), (44,42,'/0/42/','商品分类',5,'/store/sort',NULL,1,1,'2020-04-28 17:04:40','2020-08-12 12:29:13'), (45,0,'/0/','订单',5,'/order','s-order',1,1,'2020-04-28 17:04:56','2020-08-12 12:29:13'), (46,45,'/0/45/','订单管理',5,'/order/index','s-order',1,1,'2020-04-28 17:05:17','2020-08-12 12:29:13'), (47,0,'/0/','用户',5,'/user','user-solid',1,1,'2020-04-28 17:05:53','2020-08-12 12:29:13'), (48,47,'/0/47/','用户管理',5,'/user/index',NULL,1,1,'2020-04-28 17:07:13','2020-08-12 12:29:13'), (49,47,'/0/47/','用户标签',5,'/user/label',NULL,1,1,'2020-04-28 17:42:21','2020-08-12 12:29:13'), (51,0,'/0/','设置',5,'/operation','s-tools',1,-9,'2020-05-06 09:40:14','2020-08-12 12:29:13'), (52,51,'/0/51/','管理权限',5,'/operation/roleManager',NULL,1,1,'2020-05-06 09:40:35','2020-08-12 12:29:13'), (53,52,'/0/51/52/','身份管理',5,'/operation//roleManager/identityManager',NULL,1,1,'2020-05-06 09:40:51','2020-08-12 12:29:13'), (54,52,'/0/51/52/','管理员列表',5,'/operation//roleManager/adminList',NULL,1,1,'2020-05-06 09:41:11','2020-08-12 12:29:13'), (55,52,'/0/51/52/','权限规则',5,'/operation//roleManager/promiseRules',NULL,1,1,'2020-05-06 09:41:46','2020-08-12 12:29:13'), (56,0,'/0/','内容',5,'/content','s-management',1,1,'2020-05-07 12:00:33','2020-08-12 12:29:13'), (57,56,'/0/56/','文章管理',5,'/content/articleManager',NULL,1,1,'2020-05-07 12:02:39','2020-08-12 12:29:13'), (58,56,'/0/56/','文章分类',5,'/content/classifManager',NULL,1,1,'2020-05-07 12:02:46','2020-08-12 12:29:13'), (59,63,'/0/59/63/','开发者专区',3,'http://datong.crmeb.net/public/uploads/editor/20190111/5c387daf3ef63.jpg',NULL,1,1,'2020-05-07 15:06:09','2020-08-12 12:29:13'), (63,59,'/0/59/','我是二级分类',3,'呜呜呜呜','呜呜呜呜',1,1,'2020-05-09 10:19:46','2020-08-12 12:29:13'), (66,0,'/0/','维护',5,'/maintain','s-open',1,-10,'2020-05-09 16:02:05','2020-08-12 12:29:13'), (67,66,'/0/66/','开发配置',5,'/maintain//devconfiguration',NULL,1,0,'2020-05-09 16:06:46','2020-08-12 12:29:13'), (68,67,'/0/66/67/','配置分类',5,'/maintain/devconfiguration/configCategory',NULL,1,0,'2020-05-09 16:07:09','2020-08-12 12:29:13'), (69,67,'/0/66/67/','组合数据',5,'/maintain/devconfiguration/combineddata',NULL,1,0,'2020-05-09 16:08:00','2020-08-12 12:29:13'), (80,51,'/0/51/','系统设置',5,'/operation//setting',NULL,1,1,'2020-05-20 09:44:47','2020-08-12 12:29:13'), (81,0,'/0/','基础配置',6,'基础配置','64',1,1,'2020-05-20 10:02:57','2020-08-12 12:29:13'), (93,81,'/0/81/','站点配置',6,'站点配置','64',1,1,'2020-05-21 11:04:20','2020-08-12 12:29:13'), (94,81,'/0/81/','WSS配置',6,'WSS配置','76',1,1,'2020-05-21 11:04:37','2020-08-12 12:29:13'), (95,0,'/0/','商城配置',6,'商城配置','77',1,2,'2020-05-21 11:10:20','2020-08-12 12:29:13'), (96,95,'/0/95/','商城基础配置',6,'商城基础配置','77',1,1,'2020-05-21 11:10:40','2020-08-12 12:29:13'), (97,95,'/0/95/','物流配置',6,'物流配置','74',1,1,'2020-05-21 11:10:54','2020-08-12 12:29:13'), (98,95,'/0/95/','小票打印配置',6,'小票打印配置','75',0,1,'2020-05-21 11:11:11','2020-08-13 14:07:02'), (99,95,'/0/95/','充值配置',6,'充值配置','78',1,1,'2020-05-21 11:11:28','2020-08-12 12:29:13'), (100,0,'/0/','应用配置',6,'应用配置',NULL,1,1,'2020-05-21 12:31:49','2020-08-12 12:29:13'), (101,100,'/0/100/','公众号配置',6,'公众号配置','65',1,1,'2020-05-21 12:32:07','2020-08-12 12:29:13'), (102,100,'/0/100/','小程序配置',6,'小程序配置','66',1,1,'2020-05-21 12:32:18','2020-08-12 12:29:13'), (103,0,'/0/','支付配置',6,'支付配置',NULL,1,1,'2020-05-21 12:33:36','2020-08-12 12:29:13'), (104,103,'/0/103/','公众号支付配置',6,'公众号支付配置','67',1,1,'2020-05-21 12:33:54','2020-08-12 12:29:13'), (105,103,'/0/103/','小程序支付配置',6,'小程序支付配置','68',1,1,'2020-05-21 12:34:36','2020-08-12 12:29:13'), (106,103,'/0/103/','线下支付',6,'线下支付','79',1,1,'2020-05-21 12:34:48','2020-08-12 12:29:13'), (107,103,'/0/103/','余额支付',6,'余额支付','80',1,1,'2020-05-21 12:35:01','2020-08-12 12:29:13'), (108,0,'/0/','文件上传配置',6,'文件上传配置',NULL,1,1,'2020-05-21 12:35:16','2020-08-12 12:29:13'), (109,108,'/0/108/','本地(不推荐)',6,'本地(不推荐)','108',1,1,'2020-05-21 12:35:28','2020-08-12 12:29:13'), (110,108,'/0/108/','阿里云配置',6,'阿里云配置','81',1,1,'2020-05-21 12:36:01','2020-08-12 12:29:13'), (111,108,'/0/108/','七牛云配置',6,'七牛云配置','82',1,1,'2020-05-21 12:36:12','2020-08-12 12:29:13'), (112,108,'/0/108/','腾讯云配置',6,'腾讯云配置','83',1,1,'2020-05-21 12:36:22','2020-08-12 12:29:13'), (113,0,'/0/','应用',5,'/appSetting','s-promotion',1,1,'2020-05-21 16:12:53','2020-08-12 12:29:13'), (114,113,'/0/113/','公众号',5,'/appSetting/publicAccount',NULL,1,1,'2020-05-21 16:13:18','2020-08-12 12:29:13'), (115,114,'/0/113/114/','微信菜单',5,'/appSetting//publicAccount/wxMenus',NULL,1,1,'2020-05-21 16:13:36','2020-08-12 12:29:13'), (118,0,'/0/','营销',5,'/marketing','s-marketing',1,1,'2020-05-25 14:39:52','2020-08-12 12:29:13'), (119,118,'/0/118/','优惠券',5,'/marketing/coupon',NULL,1,1,'2020-05-25 14:40:13','2020-08-12 12:29:13'), (123,118,'/0/118/','积分',5,'/marketing/integral',NULL,1,1,'2020-05-25 14:41:33','2020-08-12 12:29:13'), (127,42,'/0/42/','商品规格',5,'/store/attr',NULL,1,1,'2020-05-25 18:12:11','2020-08-12 12:29:13'), (128,42,'/0/42/','商品评论',5,'/store/comment',NULL,1,1,'2020-05-27 10:16:30','2020-08-12 12:29:13'), (129,51,'/0/51/','提货点设置',5,'/operation/systemStore',NULL,1,1,'2020-05-27 11:42:51','2020-08-12 12:29:13'), (130,129,'/0/51/129/','提货点',5,'/operation/systemStore/point',NULL,1,1,'2020-05-27 11:46:10','2020-08-12 12:29:13'), (131,129,'/0/51/129/','核销员',5,'/operation/systemStore/clerkList',NULL,1,1,'2020-05-27 11:51:16','2020-08-12 12:29:13'), (132,129,'/0/51/129/','核销订单',5,'/operation/systemStore/order',NULL,1,1,'2020-05-27 11:54:00','2020-08-12 12:29:13'), (134,95,'/0/95/','首页配置',6,'index_config','69',1,5,'2020-06-02 17:35:58','2020-08-12 12:29:13'), (135,0,'/0/','小树树2',2,'url',NULL,1,1,'2020-06-03 15:50:15','2020-08-12 12:29:13'), (136,135,'/0/135/','小树娃',2,'url',NULL,1,1,'2020-06-03 16:59:50','2020-08-12 12:29:13'), (137,135,'/0/135/','小紅',2,'url',NULL,1,1,'2020-06-03 17:15:50','2020-08-12 12:29:13'), (138,136,'/0/135/136/','小鼠',2,'url',NULL,1,1,'2020-06-03 17:25:39','2020-08-12 12:29:13'), (139,113,'/0/113/','小程序',5,'/appSetting/publicRoutine',NULL,1,1,'2020-06-05 09:56:17','2020-08-12 12:29:13'), (140,139,'/0/113/139/','小程序订阅消息',5,'/appSetting/publicRoutine/routineTemplate',NULL,1,1,'2020-06-05 09:56:58','2020-08-12 12:29:13'), (141,114,'/0/113/114/','自动回复',5,'/appSetting/publicAccount/wxReply',NULL,1,1,'2020-06-15 16:15:32','2020-08-12 12:29:13'), (146,0,'/0/','分销',5,'/distribution','s-check',1,1,'2020-07-18 16:31:09','2020-08-12 12:29:13'), (147,146,'/0/146/','分销员管理',5,'/distribution/index',NULL,1,1,'2020-07-18 16:31:49','2020-08-12 12:29:13'), (148,146,'/0/146/','分销配置',5,'/distribution/distributionconfig',NULL,1,1,'2020-07-18 16:32:06','2020-08-12 12:29:13'), (149,51,'/0/51/','短信设置',5,'/operation/systemSms',NULL,1,1,'2020-07-21 16:51:29','2020-08-12 12:29:13'), (150,149,'/0/51/149/','短信账户',5,'/operation/systemSms/config',NULL,1,1,'2020-07-21 16:52:48','2020-08-12 12:29:13'), (151,149,'/0/51/149/','短信模板',5,'/operation/systemSms/template',NULL,1,1,'2020-07-21 19:45:26','2020-08-12 12:29:13'), (152,149,'/0/51/149/','短信购买',5,'/operation/systemSms/pay',NULL,1,1,'2020-07-21 19:45:46','2020-08-12 12:29:13'), (158,119,'/0/118/119/','优惠券列表',5,'/marketing/coupon/list',NULL,1,1,'2020-07-24 16:13:10','2020-08-12 12:29:13'), (159,119,'/0/118/119/','会员领取记录',5,'/marketing/coupon/record',NULL,1,1,'2020-07-24 16:13:37','2020-08-12 12:29:13'), (160,123,'/0/118/123/','积分配置',5,'/marketing/integral/integralconfig',NULL,1,1,'2020-07-24 16:14:48','2020-08-12 12:29:13'), (161,123,'/0/118/123/','积分日志',5,'/marketing/integral/integrallog',NULL,1,1,'2020-07-24 16:15:11','2020-08-12 12:29:13'), (162,47,'/0/47/','用户等级',5,'/user/grade',NULL,1,1,'2020-07-24 16:21:48','2020-08-12 12:29:13'), (164,47,'/0/47/','用户分组',5,'/user/group',NULL,1,1,'2020-07-24 16:22:46','2020-08-12 12:29:13'), (165,51,'/0/51/','物流设置',5,'/operation/logistics',NULL,1,1,'2020-07-24 16:37:56','2020-08-12 12:29:13'), (166,165,'/0/51/165/','城市数据',5,'/operation/logistics/cityList',NULL,1,1,'2020-07-24 16:38:22','2020-08-12 12:29:13'), (167,165,'/0/51/165/','物流公司',5,'/operation/logistics/companyList',NULL,1,1,'2020-07-24 16:38:46','2020-08-12 12:29:13'), (168,165,'/0/51/165/','运费模板',5,'/operation/logistics/shippingTemplates',NULL,1,1,'2020-07-24 16:39:03','2020-08-12 12:29:13'), (169,165,'/0/51/165/','物流配置',5,'/operation/logistics/logisticsConfig',NULL,1,1,'2020-07-24 16:39:27','2020-08-12 12:29:13'), (170,149,'/0/51/149/','短信开关',5,'/operation/systemSms/message',NULL,1,1,'2020-07-24 16:40:10','2020-08-12 12:29:13'), (171,141,'/0/113/114/141/','微信关注回复',5,'/appSetting/publicAccount/wxReply/follow',NULL,1,1,'2020-07-24 16:42:52','2020-08-12 12:29:13'), (172,141,'/0/113/114/141/','关键字回复',5,'/appSetting/publicAccount/wxReply/keyword',NULL,1,1,'2020-07-24 16:43:09','2020-08-12 12:29:13'), (173,141,'/0/113/114/141/','无效关键词回复',5,'/appSetting/publicAccount/wxReply/replyIndex',NULL,1,1,'2020-07-24 16:43:23','2020-08-12 12:29:13'), (174,114,'/0/113/114/','微信模板消息',5,'/appSetting//publicAccount/template',NULL,1,1,'2020-07-24 16:43:52','2020-08-12 12:29:13'), (175,43,'/0/42/43/','商品添加',5,'api/admin/store/product/save',NULL,0,1,'2020-07-24 16:46:04','2020-08-13 11:00:38'), (176,43,'/0/42/43/','商品修改',5,'api/admin/store/product/update',NULL,0,1,'2020-07-24 16:46:19','2020-08-13 11:00:50'), (177,43,'/0/42/43/','商品详情',5,'api/admin/store/product/info',NULL,0,1,'2020-07-24 16:46:33','2020-08-13 11:00:55'), (181,182,'/0/182/','测试分类01',2,'url',NULL,1,1,'2020-08-10 10:18:52','2020-08-12 12:29:13'), (182,0,'/0/','测试分类02',2,'url',NULL,1,1,'2020-08-10 10:20:14','2020-08-12 12:29:13'), (183,0,'/0/','测试分类03',2,'url',NULL,1,1,'2020-08-10 10:31:17','2020-08-12 12:29:13'), (184,181,'/0/181/','测试二级分类01',2,'url',NULL,1,1,'2020-08-10 10:34:50','2020-08-12 12:29:13'), (185,0,'/0/','ADIDAS 春季新品运动鞋图片1',2,'url',NULL,1,1,'2020-08-10 10:40:52','2020-08-12 12:29:13'), (186,183,'/0/183/','A',2,'url',NULL,1,1,'2020-08-10 10:53:48','2020-08-12 12:29:13'), (187,0,'/0/183/186/','B',2,'url',NULL,1,1,'2020-08-10 10:55:28','2020-08-12 12:29:13'), (188,184,'/0/181/184/','测试四级分类01',2,'url',NULL,1,1,'2020-08-10 11:08:32','2020-08-12 12:29:13'), (236,95,'/0/95/','测试配置',6,'test_config','118',1,9,'2020-08-11 14:03:19','2020-08-12 12:29:13'), (240,10000,'/0/','2323',2,'url',NULL,1,1,'2020-08-11 15:20:28','2020-08-12 12:29:13'), (241,10000,'/0/','韩国',2,'url',NULL,1,1,'2020-08-11 15:22:25','2020-08-12 12:29:13'), (245,0,'/0/','热门推荐',1,'','image/content/2020/08/10/814d9f0beba040d2904079d7b99fc586el2l3odbj3.png',1,0,'2020-08-12 11:42:27','2020-08-13 13:51:14'), (246,245,'/0/245/','新品上市',1,'www','image/store/2020/08/13/95e065018ba24172b2e2dd2e2833360coobdzkt671.png',1,0,'2020-08-12 11:42:58','2020-08-13 13:08:25'), (248,245,'/0/245/','热卖商品',1,'www','image/store/2020/08/13/29b418bf2543477d8417a85e779e6d79clby7stw86.png',1,0,'2020-08-12 11:50:40','2020-08-13 13:29:03'), (250,67,'/0/66/67/','表单配置',5,'/maintain/devconfiguration/formConfig',NULL,1,0,'2020-08-12 12:09:56','2020-08-12 12:29:13'), (258,245,'/0/245/','折扣专区',1,'www','image/store/2020/08/13/1826c7f20771444e888501d91332f129wik43qfgmw.png',1,0,'2020-08-12 13:59:31','2020-08-13 13:30:14'), (267,0,'/0/','控制台',5,'/dashboard','menu',1,10,'2020-08-13 10:31:07','2020-08-13 12:32:06'), (268,0,'/0/','图标素材',2,'url',NULL,0,1,'2020-08-13 10:36:08','2020-08-13 10:36:08'), (270,0,'/0/','banner',2,'url',NULL,0,1,'2020-08-13 11:35:39','2020-08-13 11:35:39'), (271,0,'/0/','分类素材',2,'url',NULL,0,1,'2020-08-13 11:46:28','2020-08-13 11:46:28'), (272,0,'/0/','家用电器',1,'','image/store/2020/08/13/88dfb08327f7470d8285613aa1bd9ab3xk2qzolbad.png',1,0,'2020-08-13 12:03:40','2020-08-13 13:51:17'), (273,272,'/0/272/','电视',1,'','image/store/2020/08/13/15e36da884e44f91939a92468d0c848fxftnm6thvc.png',1,0,'2020-08-13 12:05:23','2020-08-13 12:05:23'), (274,272,'/0/272/','冰箱',1,'www','image/store/2020/08/13/0c1fb92238ce4f67b9c2cb03c9c932c8a28451t0g7.png',1,0,'2020-08-13 12:06:47','2020-08-13 12:06:47'), (275,272,'/0/272/','洗衣机',1,'www','image/store/2020/08/13/6f722314cefa418fada5eab9e09bf86aqutumxihsx.png',1,0,'2020-08-13 12:07:57','2020-08-13 12:07:57'), (276,272,'/0/272/','生活电器',1,'','image/store/2020/08/13/df0f8dfb34c1424abde8737039c5f58b1acdgq3h7w.png',1,0,'2020-08-13 12:11:36','2020-08-13 12:11:36'), (277,272,'/0/272/','厨卫电器',1,'','image/store/2020/08/13/cb007f931afb4386bfff7f80b8971203c5qc2k1j1n.png',1,0,'2020-08-13 12:12:38','2020-08-13 12:12:38'), (279,272,'/0/272/','清凉一夏',1,'','image/store/2020/08/13/306ee4383bbf460494e8b3368782a076ugnezzb362.png',1,0,'2020-08-13 12:15:11','2020-08-13 12:26:18'), (280,0,'/0/','家装家具',1,'',NULL,1,0,'2020-08-13 12:17:25','2020-08-13 12:17:43'), (281,0,'/0/','户外出行',1,'',NULL,1,0,'2020-08-13 12:17:54','2020-08-13 12:17:54'), (282,0,'/0/','美妆个护',1,'',NULL,1,0,'2020-08-13 12:18:04','2020-08-13 12:18:04'), (283,0,'/0/','3C数码',1,'',NULL,1,0,'2020-08-13 12:18:14','2020-08-13 12:18:14'), (284,0,'/0/','日用文创',1,'',NULL,1,0,'2020-08-13 12:18:30','2020-08-13 12:18:30'), (285,280,'/0/280/','智能门锁',1,'','image/store/2020/08/13/f4f47201c43e42ac82b83ed711199774ggihs7g6yb.png',1,0,'2020-08-13 13:31:48','2020-08-13 13:31:48'), (286,280,'/0/280/','居家照明',1,'','image/store/2020/08/13/f0771d0db94847bbb2cb60ebe5201aa0tzzjzor6d5.png',1,0,'2020-08-13 13:33:06','2020-08-13 13:33:06'), (287,280,'/0/280/','家装建材',1,'','image/store/2020/08/13/4209c46356f4478ea3ed2b8adfc8dd4d4udgw8nsig.png',1,0,'2020-08-13 13:34:22','2020-08-13 13:34:22'), (288,281,'/0/281/','健身运动',1,'','image/store/2020/08/13/183bae2de334412f8593325805bb45e07xvwxc6nbn.png',1,0,'2020-08-13 13:35:37','2020-08-13 13:35:37'), (289,281,'/0/281/','户外装备',1,'','image/store/2020/08/13/767c7e25f56543f398e11896d356b46a1t4l6k8qk0.png',1,0,'2020-08-13 13:36:34','2020-08-13 13:36:34'), (290,281,'/0/281/','骑行配件',1,'','image/store/2020/08/13/8525ef6066a04537aa5ee92234dc2edcf1iyqm9gq9.png',1,0,'2020-08-13 13:37:23','2020-08-13 13:37:23'), (291,282,'/0/282/','美妆工具',1,'','image/store/2020/08/13/57f108bff43744c88323c666d77cac72g4p0a23tpo.png',1,0,'2020-08-13 13:38:32','2020-08-13 13:38:32'), (292,282,'/0/282/','口腔清洁',1,'','image/store/2020/08/13/72f39322b33249e0b3441908e3b657b2rzf7g4x37c.png',1,0,'2020-08-13 13:39:33','2020-08-13 13:39:33'), (293,282,'/0/282/','彩妆香氛',1,'','image/store/2020/08/13/bf981c370d9d44f998803310fedb8af3yr9suwbwp1.png',1,0,'2020-08-13 13:40:34','2020-08-13 13:40:34'), (294,282,'/0/282/','面部护肤',1,'','image/store/2020/08/13/59a066f8bb5145cbada4b7a08965cf15b26idurig9.png',1,0,'2020-08-13 13:42:19','2020-08-13 13:42:19'), (295,282,'/0/282/','身体护理',1,'','image/store/2020/08/13/769f2ba251114a75bc3da94166770482zv3tb4ogjy.png',1,0,'2020-08-13 13:43:21','2020-08-13 13:43:21'), (296,282,'/0/282/','其他工具',1,'','image/store/2020/08/13/5c9d8b4b4a2e4fc782558787fc941e24o6u5iv52dl.png',1,0,'2020-08-13 13:44:15','2020-08-13 13:44:15'), (297,283,'/0/283/','手机',1,'','image/store/2020/08/13/3a985dc276b941c093a12332500d9784ce3bed9l0c.png',1,0,'2020-08-13 13:45:52','2020-08-13 13:45:52'), (298,283,'/0/283/','平板电脑',1,'','image/store/2020/08/13/5771a123b9a24666b5cdcf531f7744d6grduvuarjw.png',1,0,'2020-08-13 13:46:22','2020-08-13 13:46:22'), (299,283,'/0/283/','数码配件',1,'','image/store/2020/08/13/760282c126c74ff7a335c3efd6bb2e27vduh9zraqs.png',1,0,'2020-08-13 13:47:16','2020-08-13 13:47:16'), (300,284,'/0/284/','日用杂货',1,'','image/store/2020/08/13/ba82799518704655ab2fdc254336de08wtb2ofda96.png',1,0,'2020-08-13 13:48:30','2020-08-13 13:48:30'), (301,284,'/0/284/','纸品湿巾',1,'','image/store/2020/08/13/eb7a947539d94cd495ea6493e37a3e35lkqmcnnl9q.png',1,0,'2020-08-13 13:49:30','2020-08-13 13:49:30'), (302,284,'/0/284/','办公文具',1,'','image/store/2020/08/13/a84efcfa299c4269af95d671e122d4770vrq87ttfz.png',1,0,'2020-08-13 13:50:39','2020-08-13 13:50:39'), (303,0,'/0/','产品',2,'url',NULL,0,1,'2020-08-13 13:53:11','2020-08-13 13:53:11'), (304,0,'/0/','iphone 11 新品发布会',3,'','image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png',1,999,'2020-08-13 15:18:13','2020-08-13 15:19:52'); /*!40000 ALTER TABLE `eb_category` ENABLE KEYS */; UNLOCK TABLES; # Dump of table eb_express # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_express`; CREATE TABLE `eb_express` ( `id` mediumint(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '快递公司id', `code` varchar(50) NOT NULL DEFAULT '' COMMENT '快递公司简称', `name` varchar(50) NOT NULL DEFAULT '' COMMENT '快递公司全称', `sort` int(11) NOT NULL DEFAULT '0' COMMENT '排序', `is_show` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否显示', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `code` (`code`) USING BTREE, KEY `is_show` (`is_show`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='快递公司表'; LOCK TABLES `eb_express` WRITE; /*!40000 ALTER TABLE `eb_express` DISABLE KEYS */; INSERT INTO `eb_express` (`id`, `code`, `name`, `sort`, `is_show`) VALUES (1,'LIMINWL','利民物流',1,0), (2,'XINTIAN','鑫天顺物流',1,0), (3,'henglu','恒路物流',1,0), (4,'klwl','康力物流',1,0), (5,'meiguo','美国快递',1,0), (6,'a2u','A2U速递',1,0), (7,'benteng','奔腾物流',1,0), (8,'ahdf','德方物流',1,0), (9,'timedg','万家通',1,0), (10,'ztong','智通物流',1,0), (11,'xindan','新蛋物流',1,0), (12,'bgpyghx','挂号信',1,0), (13,'XFHONG','鑫飞鸿物流快递',1,0), (14,'ALP','阿里物流',1,0), (15,'BFWL','滨发物流',1,0), (16,'SJWL','宋军物流',1,0), (17,'SHUNFAWL','顺发物流',1,0), (18,'TIANHEWL','天河物流',1,0), (19,'YBWL','邮联物流',1,0), (20,'SWHY','盛旺货运',1,0), (21,'TSWL','汤氏物流',1,0), (22,'YUANYUANWL','圆圆物流',1,0), (23,'BALIANGWL','八梁物流',1,0), (24,'ZGWL','振刚物流',1,0), (25,'JIAYU','佳宇物流',1,0), (26,'SHHX','昊昕物流',1,0), (27,'ande','安得物流',1,0), (28,'ppbyb','贝邮宝',1,0), (29,'dida','递达快递',1,0), (30,'jppost','日本邮政',1,0), (31,'intmail','中国邮政',96,0), (32,'HENGCHENGWL','恒诚物流',1,0), (33,'HENGFENGWL','恒丰物流',1,0), (34,'gdems','广东ems快递',1,0), (35,'xlyt','祥龙运通',1,0), (36,'gjbg','国际包裹',1,0), (37,'uex','UEX',1,0), (38,'singpost','新加坡邮政',1,1), (39,'guangdongyouzhengwuliu','广东邮政',1,0), (40,'bht','BHT',1,0), (41,'cces','CCES快递',1,0), (42,'cloudexpress','CE易欧通国际速递',1,0), (43,'dasu','达速物流',1,0), (44,'pfcexpress','皇家物流',1,0), (45,'hjs','猴急送',1,0), (46,'huilian','辉联物流',1,0), (47,'huanqiu','环球速运',1,0), (48,'huada','华达快运',1,0), (49,'htwd','华通务达物流',1,0), (50,'hipito','海派通',1,0), (51,'hqtd','环球通达',1,0), (52,'airgtc','航空快递',1,0), (53,'haoyoukuai','好又快物流',1,0), (54,'hanrun','韩润物流',1,0), (55,'ccd','河南次晨达',1,0), (56,'hfwuxi','和丰同城',1,0), (57,'Sky','荷兰',1,0), (58,'hongxun','鸿讯物流',1,0), (59,'hongjie','宏捷国际物流',1,0), (60,'httx56','汇通天下物流',1,0), (61,'lqht','恒通快递',1,0), (62,'jinguangsudikuaijian','京广速递快件',1,0), (63,'junfengguoji','骏丰国际速递',1,0), (64,'jiajiatong56','佳家通',1,0), (65,'jrypex','吉日优派',1,0), (66,'jinchengwuliu','锦程国际物流',1,0), (67,'jgwl','景光物流',1,0), (68,'pzhjst','急顺通',1,0), (69,'ruexp','捷网俄全通',1,0), (70,'jmjss','金马甲',1,0), (71,'lanhu','蓝弧快递',1,0), (72,'ltexp','乐天速递',1,0), (73,'lutong','鲁通快运',1,0), (74,'ledii','乐递供应链',1,0), (75,'lundao','论道国际物流',1,0), (76,'mailikuaidi','麦力快递',1,0), (77,'mchy','木春货运',1,0), (78,'meiquick','美快国际物流',1,0), (79,'valueway','美通快递',1,0), (80,'nuoyaao','偌亚奥国际',1,0), (81,'euasia','欧亚专线',1,0), (82,'pca','澳大利亚PCA快递',1,0), (83,'pingandatengfei','平安达腾飞',1,0), (84,'pjbest','品骏快递',1,0), (85,'qbexpress','秦邦快运',1,0), (86,'quanxintong','全信通快递',1,0), (87,'quansutong','全速通国际快递',1,0), (88,'qinyuan','秦远物流',1,0), (89,'qichen','启辰国际物流',1,0), (90,'quansu','全速快运',1,0), (91,'qzx56','全之鑫物流',1,0), (92,'qskdyxgs','千顺快递',1,0), (93,'runhengfeng','全时速运',1,0), (94,'rytsd','日益通速递',1,0), (95,'ruidaex','瑞达国际速递',1,0), (96,'shiyun','世运快递',1,0), (97,'sfift','十方通物流',1,0), (98,'stkd','顺通快递',1,0), (99,'bgn','布谷鸟快递',1,0), (100,'jiahuier','佳惠尔快递',1,0), (101,'pingyou','小包',1,0), (102,'yumeijie','誉美捷快递',1,0), (103,'meilong','美龙快递',1,0), (104,'guangtong','广通速递',1,0), (105,'STARS','星晨急便',1,0), (106,'NANHANG','中国南方航空股份有限公司',1,0), (107,'lanbiao','蓝镖快递',1,0), (109,'baotongda','宝通达物流',1,0), (110,'dashun','大顺物流',1,0), (111,'dada','大达物流',1,0), (112,'fangfangda','方方达物流',1,0), (113,'hebeijianhua','河北建华物流',1,0), (114,'haolaiyun','好来运快递',1,0), (115,'jinyue','晋越快递',1,0), (116,'kuaitao','快淘快递',1,0), (117,'peixing','陪行物流',1,0), (118,'hkpost','香港邮政',1,0), (119,'ytfh','一统飞鸿快递',1,0), (120,'zhongxinda','中信达快递',1,0), (121,'zhongtian','中天快运',1,0), (122,'zuochuan','佐川急便',1,0), (123,'chengguang','程光快递',1,0), (124,'cszx','城市之星',1,0), (125,'chuanzhi','传志快递',1,0), (126,'feibao','飞豹快递',1,0), (127,'huiqiang','汇强快递',1,0), (128,'lejiedi','乐捷递',1,0), (129,'lijisong','成都立即送快递',1,0), (130,'minbang','民邦速递',1,0), (131,'ocs','OCS国际快递',1,0), (132,'santai','三态速递',1,0), (133,'saiaodi','赛澳递',1,0), (134,'jd','京东快递',1,0), (135,'zengyi','增益快递',1,0), (136,'fanyu','凡宇速递',1,0), (137,'fengda','丰达快递',1,0), (138,'coe','东方快递',1,0), (139,'ees','百福东方快递',1,0), (140,'disifang','递四方速递',1,0), (141,'rufeng','如风达快递',1,0), (142,'changtong','长通物流',1,0), (143,'chengshi100','城市100快递',1,0), (144,'feibang','飞邦物流',1,0), (145,'haosheng','昊盛物流',1,0), (146,'yinsu','音速速运',1,0), (147,'kuanrong','宽容物流',1,0), (148,'tongcheng','通成物流',1,0), (149,'tonghe','通和天下物流',1,0), (150,'zhima','芝麻开门',1,0), (151,'ririshun','日日顺物流',1,0), (152,'anxun','安迅物流',1,0), (153,'baiqian','百千诚国际物流',1,0), (154,'chukouyi','出口易',1,0), (155,'diantong','店通快递',1,0), (156,'dajin','大金物流',1,0), (157,'feite','飞特物流',1,0), (159,'gnxb','国内小包',1,0), (160,'huacheng','华诚物流',1,0), (161,'huahan','华翰物流',1,0), (162,'hengyu','恒宇运通',1,0), (163,'huahang','华航快递',1,0), (164,'jiuyi','久易快递',1,0), (165,'jiete','捷特快递',1,0), (166,'jingshi','京世物流',1,0), (167,'kuayue','跨越快递',1,0), (168,'mengsu','蒙速快递',1,0), (169,'nanbei','南北快递',1,0), (171,'pinganda','平安达快递',1,0), (172,'ruifeng','瑞丰速递',1,0), (173,'rongqing','荣庆物流',1,0), (174,'suijia','穗佳物流',1,0), (175,'simai','思迈快递',1,0), (176,'suteng','速腾快递',1,0), (177,'shengbang','晟邦物流',1,0), (178,'suchengzhaipei','速呈宅配',1,0), (179,'wuhuan','五环速递',1,0), (180,'xingchengzhaipei','星程宅配',1,0), (181,'yinjie','顺捷丰达',1,0), (183,'yanwen','燕文物流',1,0), (184,'zongxing','纵行物流',1,0), (185,'aae','AAE快递',1,0), (186,'dhl','DHL快递',1,0), (187,'feihu','飞狐快递',1,0), (188,'shunfeng','顺丰速运',92,1), (189,'spring','春风物流',1,0), (190,'yidatong','易达通快递',1,0), (191,'PEWKEE','彪记快递',1,0), (192,'PHOENIXEXP','凤凰快递',1,0), (193,'CNGLS','GLS快递',1,0), (194,'BHTEXP','华慧快递',1,0), (195,'B2B','卡行天下',1,0), (196,'PEISI','配思货运',1,0), (197,'SUNDAPOST','上大物流',1,0), (198,'SUYUE','苏粤货运',1,0), (199,'F5XM','伍圆速递',1,0), (200,'GZWENJIE','文捷航空速递',1,0), (201,'yuancheng','远成物流',1,0), (202,'dpex','DPEX快递',1,0), (203,'anjie','安捷快递',1,0), (204,'jldt','嘉里大通',1,0), (205,'yousu','优速快递',1,0), (206,'wanbo','万博快递',1,0), (207,'sure','速尔物流',1,0), (208,'sutong','速通物流',1,0), (209,'JUNCHUANWL','骏川物流',1,0), (210,'guada','冠达快递',1,0), (211,'dsu','D速快递',1,0), (212,'LONGSHENWL','龙胜物流',1,0), (213,'abc','爱彼西快递',1,0), (214,'eyoubao','E邮宝',1,0), (215,'aol','AOL快递',1,0), (216,'jixianda','急先达物流',1,0), (217,'haihong','山东海红快递',1,0), (218,'feiyang','飞洋快递',1,0), (219,'rpx','RPX保时达',1,0), (220,'zhaijisong','宅急送',1,0), (221,'tiantian','天天快递',99,0), (222,'yunwuliu','云物流',1,0), (223,'jiuye','九曳供应链',1,0), (224,'bsky','百世快运',1,0), (225,'higo','黑狗物流',1,0), (226,'arke','方舟速递',1,0), (227,'zwsy','中外速运',1,0), (228,'jxy','吉祥邮',1,0), (229,'aramex','Aramex',1,0), (230,'guotong','国通快递',1,0), (231,'jiayi','佳怡物流',1,0), (232,'longbang','龙邦快运',1,0), (233,'minhang','民航快递',1,0), (234,'quanyi','全一快递',1,0), (235,'quanchen','全晨快递',1,0), (236,'usps','USPS快递',1,0), (237,'xinbang','新邦物流',1,0), (238,'yuanzhi','元智捷诚快递',1,0), (239,'zhongyou','中邮物流',1,0), (240,'yuxin','宇鑫物流',1,0), (241,'cnpex','中环快递',1,0), (242,'shengfeng','盛丰物流',1,0), (243,'yuantong','圆通速递',97,0), (244,'jiayunmei','加运美物流',1,0), (245,'ywfex','源伟丰快递',1,0), (246,'xinfeng','信丰物流',1,0), (247,'wanxiang','万象物流',1,0), (248,'menduimen','门对门',1,0), (249,'mingliang','明亮物流',1,0), (250,'fengxingtianxia','风行天下',1,0), (251,'gongsuda','共速达物流',1,0), (253,'quanritong','全日通快递',1,0), (254,'ems','EMS',1,1), (255,'wanjia','万家物流',1,0), (256,'yuntong','运通快递',1,0), (257,'feikuaida','飞快达物流',1,0), (258,'haimeng','海盟速递',1,0), (259,'zhongsukuaidi','中速快件',1,0), (260,'yuefeng','越丰快递',1,0), (261,'shenghui','盛辉物流',1,0), (262,'datian','大田物流',1,0), (263,'quanjitong','全际通快递',1,0), (264,'longlangkuaidi','隆浪快递',1,0), (265,'neweggozzo','新蛋奥硕物流',1,0), (266,'shentong','申通快递',95,1), (267,'haiwaihuanqiu','海外环球',1,0), (268,'yad','源安达快递',1,0), (269,'jindawuliu','金大物流',1,0), (270,'sevendays','七天连锁',1,0), (271,'tnt','TNT快递',1,0), (272,'huayu','天地华宇物流',1,0), (273,'lianhaotong','联昊通快递',1,0), (274,'nengda','港中能达快递',1,0), (275,'LBWL','联邦物流',1,0), (276,'ontrac','onTrac',1,0), (277,'feihang','原飞航快递',1,0), (278,'bangsongwuliu','邦送物流',1,0), (279,'huaxialong','华夏龙物流',1,0), (280,'ztwy','中天万运快递',1,0), (281,'fkd','飞康达物流',1,0), (282,'anxinda','安信达快递',1,0), (283,'quanfeng','全峰快递',1,0), (284,'shengan','圣安物流',1,0), (285,'jiaji','佳吉物流',1,0), (286,'yunda','韵达快运',94,0), (287,'ups','UPS快递',1,0), (288,'debang','德邦物流',1,0), (289,'yafeng','亚风速递',1,0), (290,'kuaijie','快捷速递',98,0), (291,'huitong','百世快递',93,0), (293,'aolau','AOL澳通速递',1,0), (294,'anneng','安能物流',1,0), (295,'auexpress','澳邮中国快运',1,0), (296,'exfresh','安鲜达',1,0), (297,'bcwelt','BCWELT',1,0), (298,'youzhengguonei','挂号信',1,0), (299,'xiaohongmao','北青小红帽',1,0), (300,'lbbk','宝凯物流',1,0), (301,'byht','博源恒通',1,0), (302,'idada','百成大达物流',1,0), (303,'baitengwuliu','百腾物流',1,0), (304,'birdex','笨鸟海淘',1,0), (305,'bsht','百事亨通',1,0), (306,'dayang','大洋物流快递',1,0), (307,'dechuangwuliu','德创物流',1,0), (308,'donghanwl','东瀚物流',1,0), (309,'dfpost','达方物流',1,0), (310,'dongjun','东骏快捷物流',1,0), (311,'dindon','叮咚澳洲转运',1,0), (312,'dazhong','大众佐川急便',1,0), (313,'decnlh','德中快递',1,0), (314,'dekuncn','德坤供应链',1,0), (315,'eshunda','俄顺达',1,0), (316,'ewe','EWE全球快递',1,0), (317,'fedexuk','FedEx英国',1,0), (318,'fox','FOX国际速递',1,0), (319,'rufengda','凡客如风达',1,0), (320,'fandaguoji','颿达国际快递',1,0), (321,'hnfy','飞鹰物流',1,0), (322,'flysman','飞力士物流',1,0), (323,'sccod','丰程物流',1,0), (324,'farlogistis','泛远国际物流',1,0), (325,'gsm','GSM',1,0), (326,'gaticn','GATI快递',1,0), (327,'gts','GTS快递',1,0), (328,'gangkuai','港快速递',1,0), (329,'gtsd','高铁速递',1,0), (330,'tiandihuayu','华宇物流',1,0), (331,'huangmajia','黄马甲快递',1,0), (332,'ucs','合众速递',1,0), (333,'huoban','伙伴物流',1,0), (334,'nedahm','红马速递',1,0), (335,'huiwen','汇文配送',1,0), (336,'nmhuahe','华赫物流',1,0), (337,'hangyu','航宇快递',1,0), (338,'minsheng','闽盛物流',1,0), (339,'riyu','日昱物流',1,0), (340,'sxhongmajia','山西红马甲',1,0), (341,'syjiahuier','沈阳佳惠尔',1,0), (342,'shlindao','上海林道货运',1,0), (343,'shunjiefengda','顺捷丰达',1,0), (344,'subida','速必达物流',1,0), (345,'bphchina','速方国际物流',1,0), (346,'sendtochina','速递中国',1,0), (347,'suning','苏宁快递',1,0), (348,'sihaiet','四海快递',1,0), (349,'tianzong','天纵物流',1,0), (350,'chinatzx','同舟行物流',1,0), (351,'nntengda','腾达速递',1,0), (352,'sd138','泰国138',1,0), (353,'tongdaxing','通达兴物流',1,0), (354,'tlky','天联快运',1,0), (355,'youshuwuliu','UC优速快递',1,0), (356,'ueq','UEQ快递',1,0), (357,'weitepai','微特派快递',1,0), (358,'wtdchina','威时沛运',1,0), (359,'wzhaunyun','微转运',1,0), (360,'gswtkd','万通快递',1,0), (361,'wotu','渥途国际速运',1,0), (362,'xiyoute','希优特快递',1,0), (363,'xilaikd','喜来快递',1,0), (364,'xsrd','鑫世锐达',1,0), (365,'xtb','鑫通宝物流',1,0), (366,'xintianjie','信天捷快递',1,0), (367,'xaetc','西安胜峰',1,0), (368,'xianfeng','先锋快递',1,0), (369,'sunspeedy','新速航',1,0), (370,'xipost','西邮寄',1,0), (371,'sinatone','信联通',1,0), (372,'sunjex','新杰物流',1,0), (373,'yundaexus','韵达美国件',1,0), (374,'yxwl','宇鑫物流',1,0), (375,'yitongda','易通达',1,0), (376,'yiqiguojiwuliu','一柒物流',1,0), (377,'yilingsuyun','亿领速运',1,0), (378,'yujiawuliu','煜嘉物流',1,0), (379,'gml','英脉物流',1,0), (380,'leopard','云豹国际货运',1,0), (381,'czwlyn','云南中诚',1,0), (382,'sdyoupei','优配速运',1,0), (383,'yongchang','永昌物流',1,0), (384,'yufeng','御风速运',1,0), (385,'yamaxunwuliu','亚马逊物流',1,0), (386,'yousutongda','优速通达',1,0), (387,'yishunhang','亿顺航',1,0), (388,'yongwangda','永旺达快递',1,0), (389,'ecmscn','易满客',1,0), (390,'yingchao','英超物流',1,0), (391,'edlogistics','益递物流',1,0), (392,'yyexpress','远洋国际',1,0), (393,'onehcang','一号仓',1,0), (394,'ycgky','远成快运',1,0), (395,'lineone','一号线',1,0), (396,'ypsd','壹品速递',1,0), (397,'vipexpress','鹰运国际速递',1,0), (398,'el56','易联通达物流',1,0), (399,'yyqc56','一运全成物流',1,0), (400,'zhongtie','中铁快运',1,0), (401,'ZTKY','中铁物流',1,0), (402,'zzjh','郑州建华快递',1,0), (403,'zhongruisudi','中睿速递',1,0), (404,'zhongwaiyun','中外运速递',1,0), (405,'zengyisudi','增益速递',1,0), (406,'sujievip','郑州速捷',1,0), (407,'zhichengtongda','至诚通达快递',1,0), (408,'zhdwl','众辉达物流',1,0), (409,'kuachangwuliu','直邮易',1,0), (410,'topspeedex','中运全速',1,0), (411,'otobv','中欧快运',1,0), (412,'zsky123','准实快运',1,0), (413,'donghong','东红物流',1,0), (414,'kuaiyouda','快优达速递',1,0), (415,'balunzhi','巴伦支快递',1,0), (416,'hutongwuliu','户通物流',1,0), (417,'xianchenglian','西安城联速递',1,0), (418,'youbijia','邮必佳',1,0), (419,'feiyuan','飞远物流',1,0), (420,'chengji','城际速递',1,0), (421,'huaqi','华企快运',1,0), (422,'yibang','一邦快递',1,0), (423,'citylink','CityLink快递',1,0), (424,'meixi','美西快递',1,0), (425,'acs','ACS',1,0); /*!40000 ALTER TABLE `eb_express` ENABLE KEYS */; UNLOCK TABLES; # Dump of table eb_shipping_templates # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_shipping_templates`; CREATE TABLE `eb_shipping_templates` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '编号', `name` varchar(255) NOT NULL COMMENT '模板名称', `type` tinyint(1) NOT NULL DEFAULT '1' COMMENT '计费方式', `appoint` tinyint(1) NOT NULL DEFAULT '0' COMMENT '指定包邮', `sort` int(11) NOT NULL DEFAULT '0' COMMENT '排序', `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='运费模板'; LOCK TABLES `eb_shipping_templates` WRITE; /*!40000 ALTER TABLE `eb_shipping_templates` DISABLE KEYS */; INSERT INTO `eb_shipping_templates` (`id`, `name`, `type`, `appoint`, `sort`, `create_time`, `update_time`) VALUES, (1,'全国免费',1,0,9999,'2020-08-12 16:33:22','2020-08-12 16:33:22'), (2,'满100包邮',1,0,0,'2020-08-13 14:02:58','2020-08-13 14:02:58'); /*!40000 ALTER TABLE `eb_shipping_templates` ENABLE KEYS */; UNLOCK TABLES; # Dump of table eb_shipping_templates_free # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_shipping_templates_free`; CREATE TABLE `eb_shipping_templates_free` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '编号', `temp_id` int(11) NOT NULL DEFAULT '0' COMMENT '模板ID', `city_id` int(11) NOT NULL DEFAULT '0' COMMENT '城市ID', `title` text COMMENT '描述', `number` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '包邮件数', `price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '包邮金额', `type` tinyint(1) NOT NULL DEFAULT '1' COMMENT '计费方式', `uniqid` varchar(32) NOT NULL DEFAULT '' COMMENT '分组唯一值', `status` tinyint(1) DEFAULT '0' COMMENT '是否无效', `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='运费模板包邮'; LOCK TABLES `eb_shipping_templates_free` WRITE; /*!40000 ALTER TABLE `eb_shipping_templates_free` DISABLE KEYS */; INSERT INTO `eb_shipping_templates_free` (`id`, `temp_id`, `city_id`, `title`, `number`, `price`, `type`, `uniqid`, `status`, `create_time`, `update_time`) VALUES (5,5,1,NULL,1.00,0.10,1,'41bc204459e98565feaa2d3d42b29379',0,'2020-05-20 11:49:46','2020-05-20 11:49:46'), /*!40000 ALTER TABLE `eb_shipping_templates_free` ENABLE KEYS */; UNLOCK TABLES; # Dump of table eb_shipping_templates_region # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_shipping_templates_region`; CREATE TABLE `eb_shipping_templates_region` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '编号', `temp_id` int(11) NOT NULL DEFAULT '0' COMMENT '模板ID', `city_id` int(11) NOT NULL DEFAULT '0' COMMENT '城市ID', `title` text COMMENT '描述', `first` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '首件', `first_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '首件运费', `renewal` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '续件', `renewal_price` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '续件运费', `type` tinyint(1) NOT NULL DEFAULT '1' COMMENT '计费方式', `uniqid` varchar(32) NOT NULL DEFAULT '' COMMENT '分组唯一值', `status` tinyint(1) DEFAULT '0' COMMENT '是否无效', `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='运费模板指定区域费用'; LOCK TABLES `eb_shipping_templates_region` WRITE; /*!40000 ALTER TABLE `eb_shipping_templates_region` DISABLE KEYS */; INSERT INTO `eb_shipping_templates_region` (`id`, `temp_id`, `city_id`, `title`, `first`, `first_price`, `renewal`, `renewal_price`, `type`, `uniqid`, `status`, `create_time`, `update_time`) VALUES (5,3,1,NULL,0.10,0.00,0.00,0.10,1,'faa5e3155a45071259caead30d0212f8',0,'2020-05-20 11:45:53','2020-05-20 11:45:53'), /*!40000 ALTER TABLE `eb_shipping_templates_region` ENABLE KEYS */; UNLOCK TABLES; # Dump of table eb_sms_record # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_sms_record`; CREATE TABLE `eb_sms_record` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '短信发送记录编号', `uid` varchar(255) NOT NULL COMMENT '短信平台账号', `phone` char(11) NOT NULL COMMENT '接受短信的手机号', `content` text NOT NULL COMMENT '短信内容', `add_ip` varchar(30) DEFAULT NULL COMMENT '添加记录ip', `create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `template` varchar(255) NOT NULL COMMENT '短信模板ID', `resultcode` int(6) unsigned NOT NULL COMMENT '状态码 100=成功,130=失败,131=空号,132=停机,133=关机,134=无状态', `record_id` int(11) unsigned NOT NULL COMMENT '发送记录id', `memo` text COMMENT '短信平台返回信息', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='短信发送记录表'; /*!40000 ALTER TABLE `eb_sms_record` ENABLE KEYS */; # Dump of table eb_store_bargain # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_bargain`; CREATE TABLE `eb_store_bargain` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '砍价商品ID', `product_id` int(11) unsigned NOT NULL COMMENT '关联商品ID', `title` varchar(255) NOT NULL COMMENT '砍价活动名称', `image` varchar(150) NOT NULL COMMENT '砍价活动图片', `unit_name` varchar(16) DEFAULT NULL COMMENT '单位名称', `stock` int(11) unsigned DEFAULT NULL COMMENT '库存', `sales` int(11) unsigned DEFAULT NULL COMMENT '销量', `images` varchar(2000) NOT NULL COMMENT '砍价商品轮播图', `start_time` int(11) unsigned NOT NULL COMMENT '砍价开启时间', `stop_time` int(11) unsigned NOT NULL COMMENT '砍价结束时间', `store_name` varchar(255) DEFAULT NULL COMMENT '砍价商品名称', `price` decimal(8,2) unsigned DEFAULT NULL COMMENT '砍价金额', `min_price` decimal(8,2) unsigned DEFAULT NULL COMMENT '砍价商品最低价', `num` int(11) unsigned DEFAULT NULL COMMENT '每次购买的砍价商品数量', `bargain_max_price` decimal(8,2) unsigned DEFAULT NULL COMMENT '用户每次砍价的最大金额', `bargain_min_price` decimal(8,2) unsigned DEFAULT NULL COMMENT '用户每次砍价的最小金额', `bargain_num` int(11) unsigned NOT NULL DEFAULT '1' COMMENT '用户每次砍价的次数', `status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '砍价状态 0(到砍价时间不自动开启) 1(到砍价时间自动开启时间)', `give_integral` decimal(10,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '反多少积分', `info` varchar(255) DEFAULT NULL COMMENT '砍价活动简介', `cost` decimal(8,2) unsigned DEFAULT NULL COMMENT '成本价', `sort` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '排序', `is_hot` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否推荐0不推荐1推荐', `is_del` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除 0未删除 1删除', `add_time` int(11) unsigned DEFAULT NULL COMMENT '添加时间', `is_postage` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '是否包邮 0不包邮 1包邮', `postage` decimal(10,2) unsigned DEFAULT NULL COMMENT '邮费', `rule` text COMMENT '砍价规则', `look` int(11) unsigned DEFAULT '0' COMMENT '砍价商品浏览量', `share` int(11) unsigned DEFAULT '0' COMMENT '砍价商品分享量', `temp_id` int(11) DEFAULT NULL COMMENT '运费模板ID', `weight` decimal(8,2) DEFAULT '0.00' COMMENT '重量', `volume` decimal(8,2) DEFAULT '0.00' COMMENT '体积', `quota` int(10) NOT NULL DEFAULT '0' COMMENT '限购总数', `quota_show` int(10) NOT NULL DEFAULT '0' COMMENT '限量总数显示', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='砍价表'; /*!40000 ALTER TABLE `eb_store_bargain` ENABLE KEYS */; # Dump of table eb_store_bargain_user # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_bargain_user`; CREATE TABLE `eb_store_bargain_user` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '用户参与砍价表ID', `uid` int(11) unsigned DEFAULT NULL COMMENT '用户ID', `bargain_id` int(11) unsigned DEFAULT NULL COMMENT '砍价商品id', `bargain_price_min` decimal(8,2) unsigned DEFAULT NULL COMMENT '砍价的最低价', `bargain_price` decimal(8,2) DEFAULT NULL COMMENT '砍价金额', `price` decimal(8,2) unsigned DEFAULT NULL COMMENT '砍掉的价格', `status` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '状态 1参与中 2 活动结束参与失败 3活动结束参与成功', `add_time` int(11) unsigned DEFAULT NULL COMMENT '参与时间', `is_del` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否取消', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='用户参与砍价表'; /*!40000 ALTER TABLE `eb_store_bargain_user` ENABLE KEYS */; # Dump of table eb_store_bargain_user_help # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_bargain_user_help`; CREATE TABLE `eb_store_bargain_user_help` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '砍价用户帮助表ID', `uid` int(11) unsigned DEFAULT NULL COMMENT '帮助的用户id', `bargain_id` int(11) unsigned DEFAULT NULL COMMENT '砍价商品ID', `bargain_user_id` int(11) unsigned DEFAULT NULL COMMENT '用户参与砍价表id', `price` decimal(8,2) unsigned DEFAULT NULL COMMENT '帮助砍价多少金额', `add_time` int(11) unsigned DEFAULT NULL COMMENT '添加时间', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='砍价用户帮助表'; /*!40000 ALTER TABLE `eb_store_bargain_user_help` ENABLE KEYS */; # Dump of table eb_store_cart # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_cart`; CREATE TABLE `eb_store_cart` ( `id` bigint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '购物车表ID', `uid` int(10) unsigned NOT NULL COMMENT '用户ID', `type` varchar(32) NOT NULL COMMENT '类型', `product_id` int(10) unsigned NOT NULL COMMENT '商品ID', `product_attr_unique` varchar(16) NOT NULL DEFAULT '' COMMENT '商品属性', `cart_num` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT '商品数量', `is_new` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否为立即购买', `combination_id` int(11) unsigned DEFAULT '0' COMMENT '拼团id', `seckill_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '秒杀商品ID', `bargain_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '砍价id', `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '添加时间', `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', `status` tinyint(1) NOT NULL DEFAULT '1' COMMENT '已添加的商品是否有效状态', PRIMARY KEY (`id`) USING BTREE, KEY `user_id` (`uid`) USING BTREE, KEY `goods_id` (`product_id`) USING BTREE, KEY `uid` (`uid`) USING BTREE, KEY `uid_2` (`uid`) USING BTREE, KEY `uid_3` (`uid`,`is_new`) USING BTREE, KEY `type` (`type`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='购物车表'; /*!40000 ALTER TABLE `eb_store_cart` DISABLE KEYS */; # Dump of table eb_store_category # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_category`; CREATE TABLE `eb_store_category` ( `id` mediumint(11) NOT NULL AUTO_INCREMENT COMMENT '商品分类表ID', `pid` mediumint(11) NOT NULL COMMENT '父id', `cate_name` varchar(100) NOT NULL COMMENT '分类名称', `sort` mediumint(11) NOT NULL COMMENT '排序', `pic` varchar(128) NOT NULL DEFAULT '' COMMENT '图标', `is_show` tinyint(1) NOT NULL DEFAULT '1' COMMENT '是否推荐', `add_time` int(11) NOT NULL COMMENT '添加时间', PRIMARY KEY (`id`) USING BTREE, KEY `pid` (`pid`) USING BTREE, KEY `is_base` (`is_show`) USING BTREE, KEY `sort` (`sort`) USING BTREE, KEY `add_time` (`add_time`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='商品分类表'; LOCK TABLES `eb_store_category` WRITE; /*!40000 ALTER TABLE `eb_store_category` DISABLE KEYS */; INSERT INTO `eb_store_category` (`id`, `pid`, `cate_name`, `sort`, `pic`, `is_show`, `add_time`) VALUES (1,0,'热门推荐',1,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/cc3dd6914b08f81b91966518a45c01d2.png',1,1547205038), (2,1,'热门促销',0,'http://datong.crmeb.net/public/uploads/attach/2019/01/15/5c3dba1366885.jpg',1,1547205055), (3,1,'折扣专区',0,'http://datong.crmeb.net/public/uploads/attach/2019/01/15/5c3dc0ef27068.jpg',1,1547550363), (4,1,'新品上线',0,'http://datong.crmeb.net/public/uploads/attach/2019/01/15/5c3dbc6a38fab.jpg',1,1553783295), (6,0,'居家生活',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/458a135ce4c461e87e2fea82dda53774.jpg',1,1553783609), (7,6,'床垫',1,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/458a135ce4c461e87e2fea82dda53774.jpg',1,1553784473), (8,6,'灯具',0,'http://datong.crmeb.net/public/uploads/attach/2019/03/29/5c9def00c2882.png',1,1553784490), (9,0,'家电电器',90,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/2c9fd486092555d91efff5c6e5e383d6.jpg',1,1553852206), (10,0,'手机数码',1,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/9fa811693cba752db652e815296255f1.jpg',1,1553852227), (11,0,'智能设备',4,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/269f7725070f2bd8b9f0039685ad7de6.jpg',1,1553852259), (12,0,'影音设备',8,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/494ce9742e95101fffff0c21784f96f2.jpg',1,1553852288), (13,0,'服饰鞋帽',75,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/699f60974cf32e88c8f1960b852a43c3.jpg',1,1553852314), (14,0,'餐厨厨房',2,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/b89f34e31f5a3ea4b0fcdc039e31505a.jpg',1,1553852353), (15,0,'洗护健康',1,'',0,1553852370), (16,0,'日杂用品',1,'',0,1553852390), (17,0,'出行交通',2,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/2052d5c3176b875c5bc58a879b0ba389.jpg',1,1553852413), (19,6,'家具',0,'http://datong.crmeb.net/public/uploads/attach/2019/03/29/5c9def5fa968c.png',1,1553854308), (20,6,'床品件套',0,'http://datong.crmeb.net/public/uploads/attach/2019/03/29/5c9df11e13742.png',1,1553854755), (21,6,'家饰花卉',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/a427442af073c12aa05a09feb4b64bd0.jpg',1,1553854835), (22,6,'布艺软装',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/29f36a3d66dccbbdd47e64deaed934cd.jpg',1,1553854908), (28,10,'手机',30,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/25fad7ca52ed5cc9208651cf7fed8f60.jpg',1,1566354915), (29,9,'电视',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/2c9fd486092555d91efff5c6e5e383d6.jpg',1,1584514229), (30,9,'空调',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/2ab5ea85f26c5bcdf2559136c7a3b22d.jpg',1,1584514327), (31,9,'洗衣机',60,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/f1c66db0b9bb23d7b36013d794492d67.jpg',1,1584514581), (32,12,'相机',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/494ce9742e95101fffff0c21784f96f2.jpg',1,1584514751), (33,12,'耳机',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/0daf16b63c6b674ba3144e59bb6720ce.jpg',1,1584514959), (34,12,'音响',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/a332530009222c8d85cffab489624979.jpg',1,1584515257), (35,11,'手环',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/b1235d5c5eda4a8cca0a66bf1f48c509.jpg',1,1584515412), (36,11,'无人机',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/269f7725070f2bd8b9f0039685ad7de6.jpg',1,1584515517), (37,11,'机器人',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/2efb611e2d14108fdf625df9e878f702.jpg',1,1584515754), (38,17,'车载电器',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/2052d5c3176b875c5bc58a879b0ba389.jpg',1,1584521861), (39,17,'美容清洗',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/69ae5e95e9b325d33114ead0e0c8c54e.jpg',1,1584522270), (40,17,'坐垫',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/164d3f2cb6a62f5509a768ac83d930fc.jpg',1,1584522378), (41,14,'烹饪锅具',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/a71fd979c8048b1c4f9d4db93e095834.jpg',1,1584522516), (42,14,'油烟灶具',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/b89f34e31f5a3ea4b0fcdc039e31505a.jpg',1,1584522681), (43,14,'茶具套装',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/e7f47f490eba32bdeff426748e7ce7a2.jpg',1,1584522881), (44,13,'时尚女装',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200319/677547eabb1817224b95cd89283df0fa.jpg',1,1584523636), (45,13,'精品男装',90,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/699f60974cf32e88c8f1960b852a43c3.jpg',1,1584523745), (46,13,'香水彩妆',70,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/46410cfa26b5e1faadcf89ee0b3b631b.jpg',1,1584523853), (47,13,'配饰',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/fb548093870b1b6224312d851061ea1c.jpg',1,1584523968), (48,13,'箱包',80,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/eda281cf0adaee0e888c9cea545db19c.jpg',1,1584524172), (49,13,'时尚运动',100,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/b912ff52f4023da0ada306976f56b3e6.jpg',1,1584524292), (50,10,'笔记本',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/1a3f8ec561f80b0430cc46cc7b085c4d.jpg',1,1584524573), (51,10,'智能锁',0,'http://kaifa.crmeb.net/uploads/attach/2020/03/20200318/9fa811693cba752db652e815296255f1.jpg',1,1584524666); /*!40000 ALTER TABLE `eb_store_category` ENABLE KEYS */; UNLOCK TABLES; # Dump of table eb_store_combination # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_combination`; CREATE TABLE `eb_store_combination` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `product_id` int(10) unsigned NOT NULL COMMENT '商品id', `mer_id` int(10) unsigned DEFAULT '0' COMMENT '商户id', `image` varchar(255) NOT NULL COMMENT '推荐图', `images` varchar(2000) NOT NULL COMMENT '轮播图', `title` varchar(255) NOT NULL COMMENT '活动标题', `attr` varchar(255) DEFAULT NULL COMMENT '活动属性', `people` int(2) unsigned NOT NULL COMMENT '参团人数', `info` varchar(255) NOT NULL COMMENT '简介', `price` decimal(10,2) unsigned NOT NULL COMMENT '价格', `sort` int(10) unsigned NOT NULL COMMENT '排序', `sales` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '销量', `stock` int(10) unsigned NOT NULL COMMENT '库存', `add_time` varchar(128) NOT NULL COMMENT '添加时间', `is_host` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '推荐', `is_show` tinyint(1) unsigned NOT NULL COMMENT '商品状态', `is_del` tinyint(1) unsigned NOT NULL DEFAULT '0', `combination` tinyint(1) unsigned NOT NULL DEFAULT '1', `mer_use` tinyint(1) unsigned DEFAULT NULL COMMENT '商户是否可用1可用0不可用', `is_postage` tinyint(1) unsigned NOT NULL COMMENT '是否包邮1是0否', `postage` decimal(10,2) unsigned NOT NULL COMMENT '邮费', `start_time` int(11) unsigned NOT NULL COMMENT '拼团开始时间', `stop_time` int(11) unsigned NOT NULL COMMENT '拼团结束时间', `effective_time` int(11) NOT NULL DEFAULT '0' COMMENT '拼团订单有效时间', `cost` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '拼图商品成本', `browse` int(11) DEFAULT '0' COMMENT '浏览量', `unit_name` varchar(32) NOT NULL DEFAULT '' COMMENT '单位名', `temp_id` int(11) DEFAULT NULL COMMENT '运费模板ID', `weight` decimal(8,2) DEFAULT '0.00' COMMENT '重量', `volume` decimal(8,2) DEFAULT '0.00' COMMENT '体积', `num` int(11) DEFAULT NULL COMMENT '单次购买数量', `quota` int(10) NOT NULL DEFAULT '0' COMMENT '限购总数', `quota_show` int(10) NOT NULL DEFAULT '0' COMMENT '限量总数显示', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='拼团商品表'; /*!40000 ALTER TABLE `eb_store_combination` ENABLE KEYS */; # Dump of table eb_store_coupon # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_coupon`; CREATE TABLE `eb_store_coupon` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '优惠券表ID', `name` varchar(64) NOT NULL DEFAULT '' COMMENT '优惠券名称', `money` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '兑换的优惠券面值', `is_limited` tinyint(1) DEFAULT '0' COMMENT '是否限量, 默认0 不限量, 1限量', `total` int(11) NOT NULL DEFAULT '0' COMMENT '发放总数', `last_total` int(11) DEFAULT '0' COMMENT '剩余数量', `use_type` tinyint(2) NOT NULL DEFAULT '1' COMMENT '使用类型 1 全场通用, 2 商品券, 3 品类券', `primary_key` varchar(255) NOT NULL DEFAULT '' COMMENT '所属商品id / 分类id', `min_price` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '最低消费,0代表不限制', `receive_start_time` timestamp NOT NULL COMMENT '可领取开始时间', `receive_end_time` timestamp NULL DEFAULT NULL COMMENT '可领取结束时间', `is_fixed_time` tinyint(1) DEFAULT '0' COMMENT '是否固定使用时间, 默认0 否, 1是', `use_start_time` timestamp NULL DEFAULT NULL COMMENT '可使用时间范围 开始时间', `use_end_time` timestamp NULL DEFAULT NULL COMMENT '可使用时间范围 结束时间', `day` int(4) DEFAULT '0' COMMENT '天数', `type` tinyint(2) NOT NULL DEFAULT '1' COMMENT '优惠券类型 1 手动领取, 2 新人券, 3 赠送券', `sort` int(11) unsigned NOT NULL DEFAULT '1' COMMENT '排序', `status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态(0:关闭,1:开启)', `is_del` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除 状态(0:否,1:是)', `create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE, KEY `state` (`status`) USING BTREE, KEY `is_del` (`is_del`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='优惠券表'; /*!40000 ALTER TABLE `eb_store_coupon` ENABLE KEYS */; # Dump of table eb_store_coupon_user # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_coupon_user`; CREATE TABLE `eb_store_coupon_user` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'id', `coupon_id` int(10) NOT NULL COMMENT '优惠券发布id', `cid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '兑换的项目id', `uid` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '领取人id', `name` varchar(32) NOT NULL DEFAULT '' COMMENT '优惠券名称', `money` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '优惠券的面值', `min_price` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '最低消费多少金额可用优惠券', `type` varchar(32) NOT NULL DEFAULT 'send' COMMENT '获取方式,send后台发放, 用户领取 get', `status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '状态(0:未使用,1:已使用, 2:已失效)', `create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', `start_time` timestamp NULL DEFAULT NULL COMMENT '开始使用时间', `end_time` timestamp NULL DEFAULT NULL COMMENT '过期时间', `use_time` timestamp NULL DEFAULT NULL COMMENT '使用时间', `use_type` tinyint(1) DEFAULT '1' COMMENT '使用类型 1 全场通用, 2 商品券, 3 品类券', `primary_key` varchar(255) DEFAULT NULL COMMENT '所属商品id / 分类id', PRIMARY KEY (`id`) USING BTREE, KEY `cid` (`cid`) USING BTREE, KEY `uid` (`uid`) USING BTREE, KEY `end_time` (`end_time`) USING BTREE, KEY `status` (`status`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='优惠券记录表'; /*!40000 ALTER TABLE `eb_store_coupon_user` ENABLE KEYS */; # Dump of table eb_store_order # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_order`; CREATE TABLE `eb_store_order` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT '订单ID', `order_id` varchar(32) NOT NULL COMMENT '订单号', `uid` int(11) unsigned NOT NULL COMMENT '用户id', `real_name` varchar(32) NOT NULL COMMENT '用户姓名', `user_phone` varchar(18) NOT NULL COMMENT '用户电话', `user_address` varchar(100) NOT NULL COMMENT '详细地址', `freight_price` decimal(8,2) NOT NULL DEFAULT '0.00' COMMENT '运费金额', `total_num` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '订单商品总数', `total_price` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '订单总价', `total_postage` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '邮费', `pay_price` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '实际支付金额', `pay_postage` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '支付邮费', `deduction_price` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '抵扣金额', `coupon_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '优惠券id', `coupon_price` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '优惠券金额', `paid` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '支付状态', `pay_time` timestamp NULL DEFAULT NULL COMMENT '支付时间', `pay_type` varchar(32) NOT NULL COMMENT '支付方式', `create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `status` tinyint(1) NOT NULL DEFAULT '0' COMMENT '订单状态(-1 : 申请退款 -2 : 退货成功 0:待发货;1:待收货;2:已收货,待评价;3:已完成;)', `refund_status` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '0 未退款 1 申请中 2 已退款', `refund_reason_wap_img` varchar(255) DEFAULT NULL COMMENT '退款图片', `refund_reason_wap_explain` varchar(255) DEFAULT NULL COMMENT '退款用户说明', `refund_reason_wap` varchar(255) DEFAULT NULL COMMENT '前台退款原因', `refund_reason` varchar(255) DEFAULT NULL COMMENT '不退款的理由', `refund_reason_time` timestamp NULL DEFAULT NULL COMMENT '退款时间', `refund_price` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '退款金额', `delivery_name` varchar(64) DEFAULT NULL COMMENT '快递名称/送货人姓名', `delivery_type` varchar(32) DEFAULT NULL COMMENT '发货类型', `delivery_id` varchar(64) DEFAULT NULL COMMENT '快递单号/手机号', `gain_integral` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '消费赚取积分', `use_integral` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '使用积分', `back_integral` decimal(8,2) unsigned DEFAULT NULL COMMENT '给用户退了多少积分', `mark` varchar(512) NOT NULL COMMENT '备注', `is_del` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除', `unique` char(32) NOT NULL COMMENT '唯一id(md5加密)类似id', `remark` varchar(512) DEFAULT NULL COMMENT '管理员备注', `mer_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商户ID', `is_mer_check` tinyint(3) unsigned NOT NULL DEFAULT '0', `combination_id` int(11) unsigned DEFAULT '0' COMMENT '拼团商品id0一般商品', `pink_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '拼团id 0没有拼团', `cost` decimal(8,2) unsigned NOT NULL COMMENT '成本价', `seckill_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '秒杀商品ID', `bargain_id` int(11) unsigned DEFAULT '0' COMMENT '砍价id', `verify_code` varchar(12) NOT NULL DEFAULT '' COMMENT '核销码', `store_id` int(11) NOT NULL DEFAULT '0' COMMENT '门店id', `shipping_type` tinyint(1) NOT NULL DEFAULT '1' COMMENT '配送方式 1=快递 ,2=门店自提', `clerk_id` int(11) NOT NULL DEFAULT '0' COMMENT '店员id', `is_channel` tinyint(1) unsigned DEFAULT '0' COMMENT '支付渠道(0微信公众号1微信小程序)', `is_remind` tinyint(1) unsigned DEFAULT '0' COMMENT '消息提醒', `is_system_del` tinyint(1) DEFAULT '0' COMMENT '后台是否删除', `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间', PRIMARY KEY (`id`) USING BTREE, UNIQUE KEY `order_id_2` (`order_id`,`uid`) USING BTREE, UNIQUE KEY `unique` (`unique`) USING BTREE, KEY `uid` (`uid`) USING BTREE, KEY `add_time` (`create_time`) USING BTREE, KEY `pay_price` (`pay_price`) USING BTREE, KEY `paid` (`paid`) USING BTREE, KEY `pay_time` (`pay_time`) USING BTREE, KEY `pay_type` (`pay_type`) USING BTREE, KEY `status` (`status`) USING BTREE, KEY `is_del` (`is_del`) USING BTREE, KEY `coupon_id` (`coupon_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='订单表'; /*!40000 ALTER TABLE `eb_store_order` ENABLE KEYS */; # Dump of table eb_store_order_info # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_order_info`; CREATE TABLE `eb_store_order_info` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '主键', `order_id` int(11) unsigned NOT NULL COMMENT '订单id', `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品ID', `info` text NOT NULL COMMENT '购买东西的详细信息', `unique` char(32) NOT NULL COMMENT '唯一id', `create_time` timestamp NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', `update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间', PRIMARY KEY (`id`), UNIQUE KEY `oid` (`order_id`,`unique`) USING BTREE, KEY `product_id` (`product_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='订单购物详情表'; # Dump of table eb_store_order_status # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_order_status`; CREATE TABLE `eb_store_order_status` ( `oid` int(10) unsigned NOT NULL COMMENT '订单id', `change_type` varchar(32) NOT NULL COMMENT '操作类型', `change_message` varchar(256) NOT NULL COMMENT '操作备注', `create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '操作时间', KEY `oid` (`oid`) USING BTREE, KEY `change_type` (`change_type`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='订单操作记录表'; # Dump of table eb_store_pink # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_pink`; CREATE TABLE `eb_store_pink` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `uid` int(10) unsigned NOT NULL COMMENT '用户id', `order_id` varchar(32) NOT NULL COMMENT '订单id 生成', `order_id_key` int(10) unsigned NOT NULL COMMENT '订单id 数据库', `total_num` int(10) unsigned NOT NULL COMMENT '购买商品个数', `total_price` decimal(10,2) unsigned NOT NULL COMMENT '购买总金额', `cid` int(10) unsigned NOT NULL COMMENT '拼团商品id', `pid` int(10) unsigned NOT NULL COMMENT '商品id', `people` int(10) unsigned NOT NULL COMMENT '拼图总人数', `price` decimal(10,2) unsigned NOT NULL COMMENT '拼团商品单价', `add_time` varchar(24) NOT NULL COMMENT '开始时间', `stop_time` varchar(24) NOT NULL, `k_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '团长id 0为团长', `is_tpl` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否发送模板消息0未发送1已发送', `is_refund` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否退款 0未退款 1已退款', `status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '状态1进行中2已完成3未完成', PRIMARY KEY (`id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='拼团表'; # Dump of table eb_store_product # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_product`; CREATE TABLE `eb_store_product` ( `id` mediumint(11) NOT NULL AUTO_INCREMENT COMMENT '商品id', `mer_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商户Id(0为总后台管理员创建,不为0的时候是商户后台创建)', `image` varchar(256) NOT NULL COMMENT '商品图片', `slider_image` varchar(2000) NOT NULL COMMENT '轮播图', `store_name` varchar(128) NOT NULL COMMENT '商品名称', `store_info` varchar(256) NOT NULL COMMENT '商品简介', `keyword` varchar(256) NOT NULL COMMENT '关键字', `bar_code` varchar(15) NOT NULL DEFAULT '' COMMENT '商品条码(一维码)', `cate_id` varchar(64) NOT NULL COMMENT '分类id', `price` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '商品价格', `vip_price` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '会员价格', `ot_price` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '市场价', `postage` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '邮费', `unit_name` varchar(32) NOT NULL COMMENT '单位名', `sort` smallint(11) NOT NULL DEFAULT '0' COMMENT '排序', `sales` mediumint(11) unsigned NOT NULL DEFAULT '0' COMMENT '销量', `stock` mediumint(11) unsigned NOT NULL DEFAULT '0' COMMENT '库存', `is_show` tinyint(1) NOT NULL DEFAULT '1' COMMENT '状态(0:未上架,1:上架)', `is_hot` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否热卖', `is_benefit` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否优惠', `is_best` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否精品', `is_new` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否新品', `add_time` int(11) unsigned NOT NULL COMMENT '添加时间', `is_postage` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否包邮', `is_del` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '是否删除', `mer_use` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '商户是否代理 0不可代理1可代理', `give_integral` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '获得积分', `cost` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '成本价', `is_seckill` tinyint(1) unsigned NOT NULL DEFAULT '0' COMMENT '秒杀状态 0 未开启 1已开启', `is_bargain` tinyint(1) unsigned DEFAULT NULL COMMENT '砍价状态 0未开启 1开启', `is_good` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否优品推荐', `is_sub` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否单独分佣', `ficti` mediumint(11) DEFAULT '100' COMMENT '虚拟销量', `browse` int(11) DEFAULT '0' COMMENT '浏览量', `code_path` varchar(64) NOT NULL DEFAULT '' COMMENT '商品二维码地址(用户小程序海报)', `soure_link` varchar(255) DEFAULT '' COMMENT '淘宝京东1688类型', `video_link` varchar(200) NOT NULL DEFAULT '' COMMENT '主图视频链接', `temp_id` int(11) NOT NULL DEFAULT '1' COMMENT '运费模板ID', `spec_type` tinyint(1) NOT NULL DEFAULT '0' COMMENT '规格 0单 1多', `activity` varchar(255) NOT NULL DEFAULT '' COMMENT '活动显示排序1=秒杀,2=砍价,3=拼团', PRIMARY KEY (`id`) USING BTREE, KEY `cate_id` (`cate_id`) USING BTREE, KEY `is_hot` (`is_hot`) USING BTREE, KEY `is_benefit` (`is_benefit`) USING BTREE, KEY `is_best` (`is_best`) USING BTREE, KEY `is_new` (`is_new`) USING BTREE, KEY `toggle_on_sale, is_del` (`is_del`) USING BTREE, KEY `price` (`price`) USING BTREE, KEY `is_show` (`is_show`) USING BTREE, KEY `sort` (`sort`) USING BTREE, KEY `sales` (`sales`) USING BTREE, KEY `add_time` (`add_time`) USING BTREE, KEY `is_postage` (`is_postage`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='商品表'; LOCK TABLES `eb_store_product` WRITE; /*!40000 ALTER TABLE `eb_store_product` DISABLE KEYS */; INSERT INTO `eb_store_product` (`id`, `mer_id`, `image`, `slider_image`, `store_name`, `store_info`, `keyword`, `bar_code`, `cate_id`, `price`, `vip_price`, `ot_price`, `postage`, `unit_name`, `sort`, `sales`, `stock`, `is_show`, `is_hot`, `is_benefit`, `is_best`, `is_new`, `add_time`, `is_postage`, `is_del`, `mer_use`, `give_integral`, `cost`, `is_seckill`, `is_bargain`, `is_good`, `is_sub`, `ficti`, `browse`, `code_path`, `soure_link`, `video_link`, `temp_id`, `spec_type`, `activity`) VALUES (84,0,'image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','[\"image/product/2020/07/30/36358bf3f52e40f4b8f451e470e2279arb99p3exzl.jpg\",\"image/product/2020/07/30/40e193eec1fa4650a6f519305c4ea4c615s1dgmjmt.jpg\",\"image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\"]','新勿动','新勿动','新勿动','','179',999.00,0.00,999.00,0.00,'个',0,5,19980,0,0,0,0,0,1597298929,0,0,0,0.00,0.00,0,NULL,0,0,0,0,'','','',72,1,''), (99,0,'','[]','stivepeim测试勿动','stivepeim测试勿动','stivepeim测试勿动','','5,9,14,17,18,10,12,15,16,19,20',9.00,0.00,9.00,0.00,'T',1,9971,9969,0,0,0,0,0,1597214734,0,0,0,1.00,0.00,0,NULL,1,0,1,0,'','','',69,1,''), (100,0,'image/content/2020/08/12/13813b1c58914aeda67d8a4ebc4f8aef21sje7kyiy.jpg','[\"image/setting/2020/08/12/71f30b58a2da4fc59e20e28cb6c36299v8j7iqamdq.png\",\"image/content/2020/08/11/d9e18566775f4ca0a9d64bc986ad777ah43lkqg6aq.jpg\"]','测试(不要删)','阿萨斯','阿萨斯','','191',0.00,0.00,100.00,0.00,'个',0,0,10,1,1,1,1,1,1597305572,0,0,0,0.00,0.00,0,NULL,1,0,0,0,'','','',73,0,''), (101,0,'image/content/2020/08/10/1938287114874149a87250f35c7c9e4f8dlna48p66.jpg','[\"image/content/2020/08/10/30003ce63ff8423286448c2726e7c8ffm9g4fipvvc.png\",\"image/content/2020/08/10/8ce87292dbd1472a9c0189612750a698mn9oqrqfzi.png\",\"image/content/2020/08/10/ad3bd819f1e84caeabbb858d0f1cef8eanuapqav4n.jpg\",\"image/content/2020/08/10/9a12252ddc7243278a3a58a88d1718fbltp4w2lg5g.png\"]','adidas春季新品adidas-9087明星同款/春节贺岁商品/活动商品','adidas春季新品adidas-9087明星同款/春节贺岁商品/活动商品','adidas春季新品adidas-9087明星同款/春节贺岁商品/活动商品','','252',5.00,0.00,123.00,0.00,'双',10,0,12,0,1,1,1,1,1597291178,0,0,0,10.00,0.00,0,NULL,1,0,10,0,'','','',70,0,''), (102,0,'image/content/2020/08/10/3fc403bcde39410b8d993796ad2847bf7mz1nt5q8e.jpg','[\"image/content/2020/08/10/3fc403bcde39410b8d993796ad2847bf7mz1nt5q8e.jpg\"]','是的好时机(测试2)','收到','是的是的','','191,197,198',20.00,0.00,20.00,0.00,'个',0,37,35,0,1,1,1,1,1597114079,0,0,0,0.00,0.00,0,NULL,1,0,0,0,'','','',73,1,''), (115,0,'image/setting/2020/08/12/71f30b58a2da4fc59e20e28cb6c36299v8j7iqamdq.png','[\"image/setting/2020/08/12/71f30b58a2da4fc59e20e28cb6c36299v8j7iqamdq.png\"]','马敏娟(我的测试)','阿萨','阿萨斯','','212',20.00,0.00,50.00,0.00,'个',0,200,196,1,1,1,1,1,1597302143,0,0,0,0.00,0.00,0,NULL,1,0,500,0,'','','',85,0,''), (116,0,'image/content/2020/08/13/9ad70272e4094fb9993a849b89a7b4afcorpd807b5.png','[\"image/store/2020/08/13/5771a123b9a24666b5cdcf531f7744d6grduvuarjw.png\",\"image/content/2020/08/13/9ad70272e4094fb9993a849b89a7b4afcorpd807b5.png\",\"image/content/2020/08/13/1d309020b173440a818fd3f76d58030fk7xdl9bdpz.png\",\"image/maintain/2020/08/13/51f0328634934883a994abb33173129fgcar4l6l8l.png\",\"image/setting/2020/08/12/71f30b58a2da4fc59e20e28cb6c36299v8j7iqamdq.png\",\"image/content/2020/08/12/13813b1c58914aeda67d8a4ebc4f8aef21sje7kyiy.jpg\"]','测试banner图imgPath','测试banner图imgPath测试banner图imgPath','测试banner图imgPath','','246,248,258,273,274,275,276,277,279',7.00,0.00,7.00,0.00,'T',0,0,3108,1,0,1,0,0,1597297716,0,0,0,1.00,0.00,0,NULL,1,0,1,0,'','','',89,1,''), (117,0,'image/store/2020/08/13/5771a123b9a24666b5cdcf531f7744d6grduvuarjw.png','[\"image/store/2020/08/13/5771a123b9a24666b5cdcf531f7744d6grduvuarjw.png\",\"image/content/2020/08/13/9ad70272e4094fb9993a849b89a7b4afcorpd807b5.png\",\"image/content/2020/08/13/1d309020b173440a818fd3f76d58030fk7xdl9bdpz.png\",\"image/maintain/2020/08/13/51f0328634934883a994abb33173129fgcar4l6l8l.png\",\"image/setting/2020/08/12/71f30b58a2da4fc59e20e28cb6c36299v8j7iqamdq.png\",\"image/content/2020/08/12/13813b1c58914aeda67d8a4ebc4f8aef21sje7kyiy.jpg\",\"image/store/2020/08/11/c79e9cda47db47748da64fd5bd4d1a30l2wpoycstu.png\",\"image/content/2020/08/11/d9e18566775f4ca0a9d64bc986ad777ah43lkqg6aq.jpg\"]','测试banner图imgPathAgain','测试banner图imgPathAgain','测试banner图imgPathAgain','','246,248,258,273,274,275,276,277,279',8888.00,0.00,888.00,0.00,'T',1,0,88888,1,0,1,0,0,1597297901,0,0,0,1.00,0.00,0,NULL,1,0,1,0,'','','',89,1,''), (118,0,'image/content/2020/08/13/1be6660a6769401795b0703d12f9f2a8wdgogu15d2.jpg','[\"image/content/2020/08/13/f71efcef9e5a4341a31f229289706142xpq50p1fyx.jpg\",\"image/content/2020/08/13/1be6660a6769401795b0703d12f9f2a8wdgogu15d2.jpg\"]','负离子护发吹风机 白色','负离子护发吹风机 白色','吹风机','','246,248,258,296,297',1.00,0.00,100.00,0.00,'个',0,0,50,1,0,1,0,1,1597304895,0,0,0,0.00,0.00,0,NULL,1,0,20,0,'','','',89,0,''), (123,0,'image/store/2020/08/13/5771a123b9a24666b5cdcf531f7744d6grduvuarjw.png','[\"image/store/2020/08/13/5771a123b9a24666b5cdcf531f7744d6grduvuarjw.png\",\"image/content/2020/08/13/1d309020b173440a818fd3f76d58030fk7xdl9bdpz.png\",\"image/maintain/2020/08/13/51f0328634934883a994abb33173129fgcar4l6l8l.png\",\"image/setting/2020/08/12/71f30b58a2da4fc59e20e28cb6c36299v8j7iqamdq.png\",\"image/content/2020/08/12/13813b1c58914aeda67d8a4ebc4f8aef21sje7kyiy.jpg\",\"image/store/2020/08/11/c79e9cda47db47748da64fd5bd4d1a30l2wpoycstu.png\",\"image/content/2020/08/11/d9e18566775f4ca0a9d64bc986ad777ah43lkqg6aq.jpg\"]','testImgPath1','testImgPath1','testImgPath1','','246,248,258,273,274,275,276,277,279,285,286,287,288,289,290',3.00,0.00,3.00,0.00,'T',1,0,3,0,1,1,1,1,1597299296,0,0,0,1.00,0.00,0,NULL,1,0,1,0,'','','',69,0,''), (124,0,'image/content/2020/08/13/421de3ec45a7462e855324463743c5f8wdto4m4hof.jpg','[\"image/content/2020/08/13/421de3ec45a7462e855324463743c5f8wdto4m4hof.jpg\",\"image/content/2020/08/13/c2c40197c8ed4bff9a0297fdc3d908357b3qpqtv8s.jpg\"]','女士竹纤维亲肤舒适打底裙家居服 粉色 七分袖 均码L','女士竹纤维亲肤舒适打底裙家居服 ','七分袖','','246',99.00,0.00,298.00,0.00,'件',0,0,100,1,1,1,1,1,1597299613,0,0,0,0.00,0.00,0,NULL,1,0,0,0,'','','',89,0,''), (125,0,'image/content/2020/08/13/e3ab04e8645d4018b86c37e8bd5e8532ph4r9xmziw.png','[\"image/content/2020/08/13/e3ab04e8645d4018b86c37e8bd5e8532ph4r9xmziw.png\",\"image/content/2020/08/13/42b5167b93a44430ba86acc8bf666de3h2owh5walv.png\",\"image/content/2020/08/13/9ad70272e4094fb9993a849b89a7b4afcorpd807b5.png\",\"image/content/2020/08/13/1d309020b173440a818fd3f76d58030fk7xdl9bdpz.png\",\"image/setting/2020/08/12/71f30b58a2da4fc59e20e28cb6c36299v8j7iqamdq.png\",\"image/content/2020/08/12/13813b1c58914aeda67d8a4ebc4f8aef21sje7kyiy.jpg\",\"image/content/2020/08/11/7c9f696b191e49f2ad935fa4f63ea1d3uq9j4ff4d4.jpg\"]','test详情图片','test详情图片','test详情图片','','246,248,258,273,274,275,276,277,279,285,286,287',65.00,0.00,65.00,0.00,'T',1,0,65,1,1,1,1,1,1597299647,0,0,0,1.00,0.00,0,NULL,1,0,1,0,'','','',69,0,''), (126,0,'image/content/2020/08/13/1d309020b173440a818fd3f76d58030fk7xdl9bdpz.png','[\"image/content/2020/08/13/9ad70272e4094fb9993a849b89a7b4afcorpd807b5.png\",\"image/content/2020/08/13/1d309020b173440a818fd3f76d58030fk7xdl9bdpz.png\",\"image/content/2020/08/13/1d309020b173440a818fd3f76d58030fk7xdl9bdpz.png\"]','潮款女士大衣','','大衣','','246',50.00,0.00,200.00,0.00,'件',1,0,7100,1,0,0,0,0,1597305134,0,0,0,0.00,0.00,0,NULL,1,0,0,0,'','','',98,1,''), (128,0,'image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png','[\"image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"image/content/2020/08/13/32bd397a3d7a4ae9b3155d999785500b5ulxa373fz.png\",\"image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"image/content/2020/08/13/e3ab04e8645d4018b86c37e8bd5e8532ph4r9xmziw.png\",\"image/content/2020/08/13/42b5167b93a44430ba86acc8bf666de3h2owh5walv.png\"]','苹果 / iPhone 11 Pro','苹果 / iPhone 11 Pro','苹果 / iPhone 11 Pro','','297',1000.00,0.00,6000.00,0.00,'件',999,0,120,1,1,1,1,1,1597305492,0,0,0,100.00,0.00,0,NULL,1,0,89,0,'','','',85,1,''); /*!40000 ALTER TABLE `eb_store_product` ENABLE KEYS */; UNLOCK TABLES; # Dump of table eb_store_product_attr # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_product_attr`; CREATE TABLE `eb_store_product_attr` ( `id` mediumint(11) NOT NULL AUTO_INCREMENT COMMENT '主键', `product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '商品ID', `attr_name` varchar(32) NOT NULL COMMENT '属性名', `attr_values` varchar(256) NOT NULL COMMENT '属性值', `type` tinyint(1) DEFAULT '0' COMMENT '活动类型 0=商品,1=秒杀,2=砍价,3=拼团', PRIMARY KEY (`id`), KEY `store_id` (`product_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='商品属性表'; LOCK TABLES `eb_store_product_attr` WRITE; /*!40000 ALTER TABLE `eb_store_product_attr` DISABLE KEYS */; INSERT INTO `eb_store_product_attr` (`id`, `product_id`, `attr_name`, `attr_values`, `type`) VALUES (306,80,'颜色','白色,黑色,红色,蓝色',0), (307,80,'大小','L,XL,XXL,XXXL,S',0), (308,80,'T1','1,2,3,4',0), (309,80,'T2','a,b,c',0), (314,81,'颜色','白色,黑色,红色,蓝色',0), (315,81,'大小','L,XL,XXL,XXXL,S',0), (316,81,'T1','1,2,3,4',0), (317,81,'T2','a,b,c',0), (318,82,'规格','默认',0), (337,85,'规格','默认',0), (342,83,'颜色','白色,黑色,红色,蓝色',0), (343,83,'大小','L,XL,XXL,XXXL,S',0), (344,83,'attr1','a1,a2',0), (345,83,'attr2','b1,b2',0), (346,86,'规格','默认',0), (349,88,'颜色','白色,黑色,红色,蓝色',0), (350,88,'大小','L,XL,XXL,XXXL,S',0), (351,89,'规格','默认',0), (352,90,'颜色','白色,黑色,红色,蓝色',0), (353,90,'大小','L,XL,XXL,XXXL,S',0), (360,91,'颜色','白色,黑色,红色,蓝色',0), (361,91,'大小','L,XL,XXL,XXXL,S',0), (375,87,'型号','一型,二型',0), (376,87,'样式','A,B,C',0), (377,93,'规格','默认',0), (378,94,'规格','默认',0), (379,95,'规格','默认',0), (380,96,'规格','默认',0), (381,97,'规格','默认',0), (382,98,'规格','默认',0), (393,106,'规格','默认',0), (409,107,'规格','默认',0), (410,108,'规格','默认',0), (412,102,'5.8英寸','白色',0), (413,102,'6.1英寸','红色',0), (418,92,'颜色','白色,黑色,红色,蓝色',0), (419,92,'大小','L,XL,XXL,XXXL,S',0), (420,110,'5.8英寸','白色',0), (421,110,'6.1英寸','红色',0), (434,99,'颜色','白色,黑色,红色,蓝色',0), (435,99,'大小','L,XL,XXL,XXXL,S',0), (451,113,'5.8英寸','白色,蓝色',0), (452,113,'6.1英寸','红色',0), (463,101,'规格','默认',0), (468,116,'5.8英寸','白色,黑色',0), (469,116,'6.1英寸','红色,迷彩',0), (472,117,'5.8英寸','白色',0), (473,117,'6.1英寸','红色',0), (481,119,'5.8英寸','白色',0), (482,119,'6.1英寸','红色',0), (485,121,'规格','默认',0), (486,84,'颜色','白色,黑色,红色,蓝色',0), (487,84,'大小','L,XL,XXL,XXXL,S',0), (490,120,'规格','默认',0), (491,122,'规格','默认',0), (492,123,'规格','默认',0), (499,124,'规格','默认',0), (500,125,'规格','默认',0), (519,115,'规格','默认',0), (523,118,'规格','默认',0), (525,126,'颜色','1,2,3,4,5',0), (526,126,'尺码','1,2,3',0), (527,127,'网络类型','无需合约版',0), (528,127,'机身颜色','白色,黑色,红色,蓝色',0), (529,127,'储存容量','64G,128G,256G',0), (530,128,'网络类型','无需合约版',0), (531,128,'机身颜色','白色,黑色,红色,蓝色',0), (532,128,'储存容量','64G,128G,256G',0), (533,100,'规格','默认',0); /*!40000 ALTER TABLE `eb_store_product_attr` ENABLE KEYS */; UNLOCK TABLES; # Dump of table eb_store_product_attr_result # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_product_attr_result`; CREATE TABLE `eb_store_product_attr_result` ( `id` int(10) NOT NULL AUTO_INCREMENT COMMENT '主键', `product_id` int(10) unsigned NOT NULL COMMENT '商品ID', `result` text NOT NULL COMMENT '商品属性参数', `change_time` int(10) unsigned NOT NULL COMMENT '上次修改时间', `type` tinyint(1) DEFAULT '0' COMMENT '活动类型 0=商品,1=秒杀,2=砍价,3=拼团', PRIMARY KEY (`id`), KEY `product_id` (`product_id`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='商品属性详情表'; LOCK TABLES `eb_store_product_attr_result` WRITE; /*!40000 ALTER TABLE `eb_store_product_attr_result` DISABLE KEYS */; INSERT INTO `eb_store_product_attr_result` (`id`, `product_id`, `result`, `change_time`, `type`) VALUES (915,81,'[{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"volume\":99,\"weight\":99}]',1596158908,0), (922,83,'[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":83,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":83,\"stock\":88,\"suk\":\"S,蓝色,b1,a1\",\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":83,\"stock\":88,\"suk\":\"S,蓝色,b1,a2\",\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":83,\"stock\":88,\"suk\":\"S,蓝色,b2,a1\",\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":83,\"stock\":88,\"suk\":\"S,蓝色,b2,a2\",\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"attr2\":\"b1\",\"attr1\":\"a1\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":83,\"stock\":88,\"suk\":\"XXXL,蓝色,b1,a1\",\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"attr2\":\"b2\",\"attr1\":\"a1\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":83,\"stock\":88,\"suk\":\"XXXL,蓝色,b1,a2\",\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"attr2\":\"b1\",\"attr1\":\"a2\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":83,\"stock\":88,\"suk\":\"XXXL,蓝色,b2,a1\",\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"attr2\":\"b2\",\"attr1\":\"a2\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":83,\"stock\":88,\"suk\":\"XXXL,蓝色,b2,a2\",\"volume\":88,\"weight\":88}]',1596166608,0), (924,88,'[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":99,\"price\":99,\"productId\":88,\"stock\":99,\"volume\":99,\"weight\":99}]',1596167536,0), (925,90,'[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":88,\"price\":88,\"productId\":90,\"stock\":88,\"volume\":88,\"weight\":88}]',1596169428,0), (928,91,'[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\"},\"barCode\":\"6\",\"brokerage\":0,\"cost\":6,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/31/662ab1af156e4ee6b1242305a939aa68g2l7lbh7as.jpg\",\"otPrice\":6,\"price\":6,\"productId\":91,\"stock\":6,\"volume\":6,\"weight\":6}]',1596176063,0), (934,87,'[{\"attrValue\":{\"样式\":\"A\",\"型号\":\"一型\"},\"barCode\":\"8\",\"brokerage\":0,\"cost\":2,\"image\":\"\",\"otPrice\":3,\"price\":1,\"productId\":87,\"stock\":6,\"suk\":\"A,一型\",\"volume\":8,\"weight\":89},{\"attrValue\":{\"样式\":\"B\",\"型号\":\"一型\"},\"barCode\":\"8\",\"brokerage\":0,\"cost\":2,\"image\":\"\",\"otPrice\":3,\"price\":1,\"productId\":87,\"stock\":6,\"suk\":\"B,一型\",\"volume\":8,\"weight\":89},{\"attrValue\":{\"样式\":\"C\",\"型号\":\"一型\"},\"barCode\":\"8\",\"brokerage\":0,\"cost\":2,\"image\":\"\",\"otPrice\":3,\"price\":1,\"productId\":87,\"stock\":6,\"suk\":\"C,一型\",\"volume\":8,\"weight\":89},{\"attrValue\":{\"样式\":\"A\",\"型号\":\"二型\"},\"barCode\":\"8\",\"brokerage\":0,\"cost\":2,\"image\":\"\",\"otPrice\":3,\"price\":1,\"productId\":87,\"stock\":6,\"suk\":\"A,二型\",\"volume\":8,\"weight\":89},{\"attrValue\":{\"样式\":\"B\",\"型号\":\"二型\"},\"barCode\":\"8\",\"brokerage\":0,\"cost\":2,\"image\":\"\",\"otPrice\":3,\"price\":1,\"productId\":87,\"stock\":6,\"suk\":\"B,二型\",\"volume\":8,\"weight\":89},{\"attrValue\":{\"样式\":\"C\",\"型号\":\"二型\"},\"barCode\":\"8\",\"brokerage\":0,\"cost\":2,\"image\":\"\",\"otPrice\":3,\"price\":1,\"productId\":87,\"stock\":6,\"suk\":\"C,二型\",\"volume\":8,\"weight\":89}]',1596177493,0), (940,102,'[{\"attrValue\":{\"5.8英寸\":\"白色\",\"6.1英寸\":\"红色\"},\"brokerage\":0,\"cost\":20,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/3fc403bcde39410b8d993796ad2847bf7mz1nt5q8e.jpg\",\"otPrice\":20,\"price\":0.1,\"productId\":102,\"stock\":100,\"suk\":\"白色,红色\",\"volume\":20,\"weight\":20}]',1597114079,0), (943,92,'[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"L,白色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XL,白色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XXL,白色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XXXL,白色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"S,白色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"L,黑色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XL,黑色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XXL,黑色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XXXL,黑色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"S,黑色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"L,红色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XL,红色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XXL,红色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XXXL,红色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"S,红色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"L,蓝色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XL,蓝色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XXL,蓝色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"XXXL,蓝色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\"},\"barCode\":\"999\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/10/e9aa3ba1e4ee4deea1b7def35b4ce79f5rke3ui3w1.png\",\"otPrice\":9,\"price\":900,\"productId\":92,\"stock\":9999,\"suk\":\"S,蓝色\",\"volume\":9,\"weight\":9}]',1597137598,0), (944,110,'[{\"attrValue\":{\"5.8英寸\":\"白色\",\"6.1英寸\":\"红色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":88,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":8,\"price\":888,\"productId\":110,\"stock\":88,\"volume\":88,\"weight\":88}]',1597202671,0), (946,99,'[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"L,白色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XL,白色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XXL,白色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XXXL,白色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"S,白色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"L,黑色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XL,黑色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XXL,黑色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XXXL,黑色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"S,黑色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"L,红色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XL,红色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XXL,红色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XXXL,红色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"S,红色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"L,蓝色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XL,蓝色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XXL,蓝色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"XXXL,蓝色\",\"volume\":1,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":9,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":9,\"price\":9,\"productId\":99,\"stock\":9999,\"suk\":\"S,蓝色\",\"volume\":1,\"weight\":9}]',1597214734,0), (947,113,'[{\"attrValue\":{\"5.8英寸\":\"白色\",\"6.1英寸\":\"红色\"},\"brokerage\":0,\"cost\":5,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/store/2020/08/11/c79e9cda47db47748da64fd5bd4d1a30l2wpoycstu.png\",\"otPrice\":50,\"price\":10,\"productId\":113,\"stock\":50,\"volume\":0,\"weight\":0},{\"attrValue\":{\"5.8英寸\":\"蓝色\",\"6.1英寸\":\"红色\"},\"brokerage\":0,\"cost\":5,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/store/2020/08/11/c79e9cda47db47748da64fd5bd4d1a30l2wpoycstu.png\",\"otPrice\":50,\"price\":10,\"productId\":113,\"stock\":0,\"volume\":0,\"weight\":0}]',1597243423,0), (949,116,'[{\"attrValue\":{\"5.8英寸\":\"白色\",\"6.1英寸\":\"红色\"},\"barCode\":\"7\",\"brokerage\":0,\"cost\":7,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/f5aca226e3474a7fbaf1cd6843453090jmzxfdb941.jpg\",\"otPrice\":7,\"price\":777,\"productId\":116,\"stock\":777,\"suk\":\"白色,红色\",\"volume\":7,\"weight\":7},{\"attrValue\":{\"5.8英寸\":\"白色\",\"6.1英寸\":\"迷彩\"},\"barCode\":\"7\",\"brokerage\":0,\"cost\":7,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/f5aca226e3474a7fbaf1cd6843453090jmzxfdb941.jpg\",\"otPrice\":7,\"price\":777,\"productId\":116,\"stock\":777,\"suk\":\"白色,迷彩\",\"volume\":7,\"weight\":7},{\"attrValue\":{\"5.8英寸\":\"黑色\",\"6.1英寸\":\"红色\"},\"barCode\":\"7\",\"brokerage\":0,\"cost\":7,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/f5aca226e3474a7fbaf1cd6843453090jmzxfdb941.jpg\",\"otPrice\":7,\"price\":777,\"productId\":116,\"stock\":777,\"suk\":\"黑色,红色\",\"volume\":7,\"weight\":7},{\"attrValue\":{\"5.8英寸\":\"黑色\",\"6.1英寸\":\"迷彩\"},\"barCode\":\"7\",\"brokerage\":0,\"cost\":7,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/f5aca226e3474a7fbaf1cd6843453090jmzxfdb941.jpg\",\"otPrice\":7,\"price\":777,\"productId\":116,\"stock\":777,\"suk\":\"黑色,迷彩\",\"volume\":7,\"weight\":7}]',1597297716,0), (951,117,'[{\"attrValue\":{\"5.8英寸\":\"白色\",\"6.1英寸\":\"红色\"},\"barCode\":\"88\",\"brokerage\":0,\"cost\":8888,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/store/2020/08/13/5771a123b9a24666b5cdcf531f7744d6grduvuarjw.png\",\"otPrice\":888,\"price\":8888,\"productId\":117,\"stock\":88888,\"suk\":\"白色,红色\",\"volume\":8,\"weight\":8}]',1597297901,0), (952,119,'[{\"attrValue\":{\"5.8英寸\":\"白色\",\"6.1英寸\":\"红色\"},\"barCode\":\"77\",\"brokerage\":0,\"cost\":17,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/store/2020/08/13/5771a123b9a24666b5cdcf531f7744d6grduvuarjw.png\",\"otPrice\":77,\"price\":77,\"productId\":119,\"stock\":77,\"volume\":77,\"weight\":77}]',1597298662,0), (953,84,'[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"L,白色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XL,白色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XXL,白色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XXXL,白色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"S,白色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"L,黑色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XL,黑色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XXL,黑色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XXXL,黑色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"S,黑色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"L,红色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XL,红色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XXL,红色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XXXL,红色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"S,红色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"L,蓝色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XL,蓝色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XXL,蓝色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"XXXL,蓝色\",\"volume\":9,\"weight\":9},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\"},\"barCode\":\"9\",\"brokerage\":0,\"cost\":999,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/11/e98b96cbd0a04855b900922d8a2784e9gakrpe4ed8.jpeg\",\"otPrice\":999,\"price\":999,\"productId\":84,\"stock\":999,\"suk\":\"S,蓝色\",\"volume\":9,\"weight\":9}]',1597298929,0), (958,126,'[{\"attrValue\":{\"颜色\":\"1\",\"尺码\":\"1\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":100,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"1\",\"尺码\":\"2\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"1\",\"尺码\":\"3\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"2\",\"尺码\":\"1\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"2\",\"尺码\":\"2\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"2\",\"尺码\":\"3\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"3\",\"尺码\":\"1\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"3\",\"尺码\":\"2\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"3\",\"尺码\":\"3\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"4\",\"尺码\":\"1\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"4\",\"尺码\":\"2\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"4\",\"尺码\":\"3\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"5\",\"尺码\":\"1\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"5\",\"尺码\":\"2\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0},{\"attrValue\":{\"颜色\":\"5\",\"尺码\":\"3\"},\"brokerage\":0,\"cost\":50,\"image\":\"\",\"otPrice\":200,\"price\":100,\"productId\":126,\"stock\":500,\"volume\":0,\"weight\":0}]',1597305134,0), (959,127,'[{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"白色\",\"储存容量\":\"64G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,白色,64G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"白色\",\"储存容量\":\"128G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,白色,128G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"白色\",\"储存容量\":\"256G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,白色,256G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"黑色\",\"储存容量\":\"64G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,黑色,64G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"黑色\",\"储存容量\":\"128G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,黑色,128G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"黑色\",\"储存容量\":\"256G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,黑色,256G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"红色\",\"储存容量\":\"64G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,红色,64G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"红色\",\"储存容量\":\"128G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,红色,128G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"红色\",\"储存容量\":\"256G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,红色,256G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"蓝色\",\"储存容量\":\"64G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,蓝色,64G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"蓝色\",\"储存容量\":\"128G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,蓝色,128G\",\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"蓝色\",\"储存容量\":\"256G\"},\"barCode\":\"123123\",\"brokerage\":0,\"cost\":2000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/b1b14c22e72940ba96e0775fd0b4432cka3o1j1tlg.png\",\"otPrice\":7000,\"price\":5000,\"productId\":127,\"stock\":100,\"suk\":\"无需合约版,蓝色,256G\",\"volume\":0,\"weight\":0}]',1597305300,0), (960,128,'[{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"白色\",\"储存容量\":\"64G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"白色\",\"储存容量\":\"128G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"白色\",\"储存容量\":\"256G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"黑色\",\"储存容量\":\"64G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"黑色\",\"储存容量\":\"128G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"黑色\",\"储存容量\":\"256G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"红色\",\"储存容量\":\"64G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"红色\",\"储存容量\":\"128G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"红色\",\"储存容量\":\"256G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"蓝色\",\"储存容量\":\"64G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"蓝色\",\"储存容量\":\"128G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0},{\"attrValue\":{\"网络类型\":\"无需合约版\",\"机身颜色\":\"蓝色\",\"储存容量\":\"256G\"},\"barCode\":\"12312123\",\"brokerage\":0,\"cost\":1000,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/content/2020/08/13/312234fff7f24c37bcedd117f1572b3e5z7eydhpyr.png\",\"otPrice\":6000,\"price\":5000,\"productId\":128,\"stock\":10,\"volume\":0,\"weight\":0}]',1597305492,0); /*!40000 ALTER TABLE `eb_store_product_attr_result` ENABLE KEYS */; UNLOCK TABLES; # Dump of table eb_store_product_attr_value # ------------------------------------------------------------ DROP TABLE IF EXISTS `eb_store_product_attr_value`; CREATE TABLE `eb_store_product_attr_value` ( `id` mediumint(11) NOT NULL AUTO_INCREMENT COMMENT '主键', `product_id` int(10) unsigned NOT NULL COMMENT '商品ID', `suk` varchar(128) NOT NULL COMMENT '商品属性索引值 (attr_value|attr_value[|....])', `stock` int(10) unsigned NOT NULL COMMENT '属性对应的库存', `sales` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '销量', `price` decimal(8,2) unsigned NOT NULL COMMENT '属性金额', `image` varchar(1000) DEFAULT NULL COMMENT '图片', `unique` char(8) NOT NULL DEFAULT '' COMMENT '唯一值', `cost` decimal(8,2) unsigned NOT NULL DEFAULT '0.00' COMMENT '成本价', `bar_code` varchar(50) NOT NULL DEFAULT '' COMMENT '商品条码', `ot_price` decimal(8,2) NOT NULL DEFAULT '0.00' COMMENT '原价', `weight` decimal(8,2) NOT NULL DEFAULT '0.00' COMMENT '重量', `volume` decimal(8,2) NOT NULL DEFAULT '0.00' COMMENT '体积', `brokerage` decimal(8,2) NOT NULL DEFAULT '0.00' COMMENT '一级返佣', `brokerage_two` decimal(8,2) NOT NULL DEFAULT '0.00' COMMENT '二级返佣', `type` tinyint(1) DEFAULT '0' COMMENT '活动类型 0=商品,1=秒杀,2=砍价,3=拼团', `quota` int(11) DEFAULT NULL COMMENT '活动限购数量', `quota_show` int(11) DEFAULT NULL COMMENT '活动限购数量显示', `attr_value` text COMMENT 'attr_values 创建更新时的属性对应', PRIMARY KEY (`id`), KEY `unique` (`unique`,`suk`) USING BTREE, KEY `store_id` (`product_id`,`suk`) USING BTREE ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='商品属性值表'; LOCK TABLES `eb_store_product_attr_value` WRITE; /*!40000 ALTER TABLE `eb_store_product_attr_value` DISABLE KEYS */; INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (2246,51,'8GB,L,白色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"白色\",\"T\":\"1\"}'), (2247,51,'8GB,L,白色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"白色\",\"T\":\"2\"}'), (2248,51,'8GB,L,白色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"白色\",\"T\":\"3\"}'), (2261,51,'8GB,XL,白色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"白色\",\"T\":\"1\"}'), (2262,51,'8GB,XL,白色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"白色\",\"T\":\"2\"}'), (2263,51,'8GB,XL,白色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"白色\",\"T\":\"3\"}'), (2276,51,'8GB,XXL,白色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"白色\",\"T\":\"1\"}'), (2277,51,'8GB,XXL,白色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"白色\",\"T\":\"2\"}'), (2278,51,'8GB,XXL,白色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"白色\",\"T\":\"3\"}'), (2291,51,'8GB,XXXL,白色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T\":\"1\"}'), (2292,51,'8GB,XXXL,白色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T\":\"2\"}'), (2293,51,'8GB,XXXL,白色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T\":\"3\"}'), (2306,51,'8GB,S,白色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"白色\",\"T\":\"1\"}'), (2307,51,'8GB,S,白色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"白色\",\"T\":\"2\"}'), (2308,51,'8GB,S,白色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"白色\",\"T\":\"3\"}'), (2321,51,'8GB,L,黑色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"黑色\",\"T\":\"1\"}'), (2322,51,'8GB,L,黑色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"黑色\",\"T\":\"2\"}'), (2323,51,'8GB,L,黑色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"黑色\",\"T\":\"3\"}'), (2336,51,'8GB,XL,黑色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"黑色\",\"T\":\"1\"}'), (2337,51,'8GB,XL,黑色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"黑色\",\"T\":\"2\"}'), (2338,51,'8GB,XL,黑色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"黑色\",\"T\":\"3\"}'), (2351,51,'8GB,XXL,黑色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T\":\"1\"}'), (2352,51,'8GB,XXL,黑色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T\":\"2\"}'), (2353,51,'8GB,XXL,黑色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T\":\"3\"}'), (2366,51,'8GB,XXXL,黑色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T\":\"1\"}'), (2367,51,'8GB,XXXL,黑色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T\":\"2\"}'), (2368,51,'8GB,XXXL,黑色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T\":\"3\"}'), (2372,51,'32GB,XXXL,黑色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"32GB\",\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T\":\"1\"}'), (2373,51,'32GB,XXXL,黑色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"32GB\",\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T\":\"2\"}'), (2374,51,'32GB,XXXL,黑色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"32GB\",\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T\":\"3\"}'), (2381,51,'8GB,S,黑色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"黑色\",\"T\":\"1\"}'), (2382,51,'8GB,S,黑色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"黑色\",\"T\":\"2\"}'), (2383,51,'8GB,S,黑色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"黑色\",\"T\":\"3\"}'), (2396,51,'8GB,L,红色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"红色\",\"T\":\"1\"}'), (2397,51,'8GB,L,红色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"红色\",\"T\":\"2\"}'), (2398,51,'8GB,L,红色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"红色\",\"T\":\"3\"}'), (2411,51,'8GB,XL,红色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"红色\",\"T\":\"1\"}'), (2412,51,'8GB,XL,红色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"红色\",\"T\":\"2\"}'), (2413,51,'8GB,XL,红色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"红色\",\"T\":\"3\"}'), (2426,51,'8GB,XXL,红色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"红色\",\"T\":\"1\"}'), (2427,51,'8GB,XXL,红色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"红色\",\"T\":\"2\"}'), (2428,51,'8GB,XXL,红色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"红色\",\"T\":\"3\"}'), (2441,51,'8GB,XXXL,红色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T\":\"1\"}'), (2442,51,'8GB,XXXL,红色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T\":\"2\"}'), (2443,51,'8GB,XXXL,红色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T\":\"3\"}'), (2456,51,'8GB,S,红色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"红色\",\"T\":\"1\"}'), (2457,51,'8GB,S,红色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"红色\",\"T\":\"2\"}'), (2458,51,'8GB,S,红色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"红色\",\"T\":\"3\"}'), (2471,51,'8GB,L,蓝色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"蓝色\",\"T\":\"1\"}'), (2472,51,'8GB,L,蓝色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"蓝色\",\"T\":\"2\"}'), (2473,51,'8GB,L,蓝色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"L\",\"颜色\":\"蓝色\",\"T\":\"3\"}'), (2486,51,'8GB,XL,蓝色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T\":\"1\"}'), (2487,51,'8GB,XL,蓝色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T\":\"2\"}'), (2488,51,'8GB,XL,蓝色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T\":\"3\"}'), (2501,51,'8GB,XXL,蓝色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T\":\"1\"}'), (2502,51,'8GB,XXL,蓝色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T\":\"2\"}'), (2503,51,'8GB,XXL,蓝色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T\":\"3\"}'), (2516,51,'8GB,XXXL,蓝色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T\":\"1\"}'), (2517,51,'8GB,XXXL,蓝色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T\":\"2\"}'), (2518,51,'8GB,XXXL,蓝色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T\":\"3\"}'), (2523,51,'32GB,XXXL,蓝色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"32GB\",\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T\":\"2\"}'), (2524,51,'32GB,XXXL,蓝色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"32GB\",\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T\":\"3\"}'), (2531,51,'8GB,S,蓝色,1',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"蓝色\",\"T\":\"1\"}'), (2532,51,'8GB,S,蓝色,2',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"蓝色\",\"T\":\"2\"}'), (2533,51,'8GB,S,蓝色,3',1,0,1.00,'','',11.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"ROM\":\"8GB\",\"大小\":\"S\",\"颜色\":\"蓝色\",\"T\":\"3\"}'), (2546,52,'白色,红色',1,0,1.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/24/b3cea3fa87744102a500cc334ca10e62slwtoj09n7.jpg','',1.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"5.8英寸\":\"白色\",\"6.1英寸\":\"红色\"}'), (2547,52,'白色,黑色',1,0,1.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/24/b3cea3fa87744102a500cc334ca10e62slwtoj09n7.jpg','',1.00,'1',1.00,1.00,1.00,0.00,0.00,0,NULL,NULL,'{\"5.8英寸\":\"白色\",\"6.1英寸\":\"黑色\"}'), (2548,56,'默认',2,0,2.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/24/b3cea3fa87744102a500cc334ca10e62slwtoj09n7.jpg','',0.00,'',2.00,0.00,0.00,0.00,0.00,0,NULL,NULL,NULL), (2549,57,'默认',3,0,3.00,'','',0.00,'',3.00,0.00,0.00,0.00,0.00,0,NULL,NULL,NULL), (2550,57,'白色,红色',4,0,2.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/24/b3cea3fa87744102a500cc334ca10e62slwtoj09n7.jpg','',2.00,'4',23.00,4.00,4.00,0.00,0.00,0,NULL,NULL,'{\"5.8英寸\":\"白色\",\"6.1英寸\":\"红色\"}'), (2551,57,'2,红色',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"5.8英寸\":\"2\",\"6.1英寸\":\"红色\"}'), (2552,57,'3,红色',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"5.8英寸\":\"3\",\"6.1英寸\":\"红色\"}'), (2553,58,'L,白色',5,0,2.00,'','',3.00,'5',4.00,6.00,7.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\"}'), (2557,58,'S,白色',5,0,2.00,'','',3.00,'5',4.00,6.00,7.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\"}'), (2558,58,'L,黑色',5,0,2.00,'','',3.00,'5',4.00,6.00,7.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\"}'), (2563,58,'L,红色',5,0,2.00,'','',3.00,'5',4.00,6.00,7.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\"}'), (2568,58,'L,蓝色',5,0,2.00,'','',3.00,'5',4.00,6.00,7.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\"}'), (3777,80,'L,白色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3778,80,'L,白色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3779,80,'L,白色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3780,80,'L,白色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3781,80,'L,白色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3782,80,'L,白色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3783,80,'L,白色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3784,80,'L,白色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3785,80,'L,白色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3786,80,'L,白色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3787,80,'L,白色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3788,80,'L,白色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3789,80,'XL,白色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3790,80,'XL,白色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3791,80,'XL,白色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3792,80,'XL,白色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3793,80,'XL,白色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3794,80,'XL,白色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3795,80,'XL,白色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3796,80,'XL,白色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3797,80,'XL,白色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3798,80,'XL,白色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3799,80,'XL,白色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3800,80,'XL,白色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3801,80,'XXL,白色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3802,80,'XXL,白色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3803,80,'XXL,白色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3804,80,'XXL,白色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3805,80,'XXL,白色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3806,80,'XXL,白色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3807,80,'XXL,白色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3808,80,'XXL,白色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3809,80,'XXL,白色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3810,80,'XXL,白色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3811,80,'XXL,白色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3812,80,'XXL,白色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3813,80,'XXXL,白色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3814,80,'XXXL,白色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3815,80,'XXXL,白色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3816,80,'XXXL,白色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3817,80,'XXXL,白色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3818,80,'XXXL,白色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3819,80,'XXXL,白色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3820,80,'XXXL,白色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3821,80,'XXXL,白色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3822,80,'XXXL,白色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3823,80,'XXXL,白色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3824,80,'XXXL,白色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3825,80,'S,白色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3826,80,'S,白色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3827,80,'S,白色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3828,80,'S,白色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3829,80,'S,白色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3830,80,'S,白色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3831,80,'S,白色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3832,80,'S,白色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3833,80,'S,白色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3834,80,'S,白色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3835,80,'S,白色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3836,80,'S,白色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3837,80,'L,黑色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3838,80,'L,黑色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3839,80,'L,黑色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3840,80,'L,黑色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3841,80,'L,黑色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3842,80,'L,黑色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3843,80,'L,黑色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3844,80,'L,黑色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3845,80,'L,黑色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3846,80,'L,黑色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3847,80,'L,黑色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3848,80,'L,黑色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3849,80,'XL,黑色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3850,80,'XL,黑色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3851,80,'XL,黑色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3852,80,'XL,黑色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3853,80,'XL,黑色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3854,80,'XL,黑色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3855,80,'XL,黑色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3856,80,'XL,黑色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3857,80,'XL,黑色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3858,80,'XL,黑色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3859,80,'XL,黑色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3860,80,'XL,黑色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3861,80,'XXL,黑色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3862,80,'XXL,黑色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3863,80,'XXL,黑色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3864,80,'XXL,黑色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3865,80,'XXL,黑色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3866,80,'XXL,黑色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3867,80,'XXL,黑色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3868,80,'XXL,黑色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3869,80,'XXL,黑色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3870,80,'XXL,黑色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3871,80,'XXL,黑色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3872,80,'XXL,黑色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3873,80,'XXXL,黑色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3874,80,'XXXL,黑色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3875,80,'XXXL,黑色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3876,80,'XXXL,黑色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3877,80,'XXXL,黑色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3878,80,'XXXL,黑色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3879,80,'XXXL,黑色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3880,80,'XXXL,黑色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3881,80,'XXXL,黑色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3882,80,'XXXL,黑色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3883,80,'XXXL,黑色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3884,80,'XXXL,黑色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3885,80,'S,黑色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3886,80,'S,黑色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3887,80,'S,黑色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3888,80,'S,黑色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3889,80,'S,黑色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3890,80,'S,黑色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3891,80,'S,黑色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3892,80,'S,黑色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3893,80,'S,黑色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3894,80,'S,黑色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3895,80,'S,黑色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3896,80,'S,黑色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3897,80,'L,红色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3898,80,'L,红色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3899,80,'L,红色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3900,80,'L,红色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3901,80,'L,红色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3902,80,'L,红色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3903,80,'L,红色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3904,80,'L,红色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3905,80,'L,红色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3906,80,'L,红色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3907,80,'L,红色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3908,80,'L,红色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3909,80,'XL,红色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3910,80,'XL,红色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3911,80,'XL,红色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3912,80,'XL,红色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3913,80,'XL,红色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3914,80,'XL,红色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3915,80,'XL,红色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3916,80,'XL,红色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3917,80,'XL,红色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3918,80,'XL,红色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3919,80,'XL,红色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3920,80,'XL,红色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3921,80,'XXL,红色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3922,80,'XXL,红色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3923,80,'XXL,红色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3924,80,'XXL,红色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3925,80,'XXL,红色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3926,80,'XXL,红色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3927,80,'XXL,红色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3928,80,'XXL,红色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3929,80,'XXL,红色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3930,80,'XXL,红色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3931,80,'XXL,红色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3932,80,'XXL,红色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3933,80,'XXXL,红色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3934,80,'XXXL,红色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3935,80,'XXXL,红色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3936,80,'XXXL,红色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3937,80,'XXXL,红色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3938,80,'XXXL,红色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3939,80,'XXXL,红色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3940,80,'XXXL,红色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3941,80,'XXXL,红色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3942,80,'XXXL,红色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3943,80,'XXXL,红色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3944,80,'XXXL,红色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3945,80,'S,红色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3946,80,'S,红色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3947,80,'S,红色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3948,80,'S,红色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3949,80,'S,红色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3950,80,'S,红色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3951,80,'S,红色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3952,80,'S,红色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3953,80,'S,红色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3954,80,'S,红色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3955,80,'S,红色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3956,80,'S,红色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3957,80,'L,蓝色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3958,80,'L,蓝色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3959,80,'L,蓝色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3960,80,'L,蓝色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3961,80,'L,蓝色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3962,80,'L,蓝色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3963,80,'L,蓝色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3964,80,'L,蓝色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3965,80,'L,蓝色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3966,80,'L,蓝色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3967,80,'L,蓝色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3968,80,'L,蓝色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3969,80,'XL,蓝色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3970,80,'XL,蓝色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3971,80,'XL,蓝色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3972,80,'XL,蓝色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3973,80,'XL,蓝色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3974,80,'XL,蓝色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3975,80,'XL,蓝色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3976,80,'XL,蓝色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3977,80,'XL,蓝色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3978,80,'XL,蓝色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3979,80,'XL,蓝色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3980,80,'XL,蓝色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3981,80,'XXL,蓝色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3982,80,'XXL,蓝色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3983,80,'XXL,蓝色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3984,80,'XXL,蓝色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3985,80,'XXL,蓝色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3986,80,'XXL,蓝色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3987,80,'XXL,蓝色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"}'), (3988,80,'XXL,蓝色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"}'), (3989,80,'XXL,蓝色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"}'), (3990,80,'XXL,蓝色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"}'), (3991,80,'XXL,蓝色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"}'), (3992,80,'XXL,蓝色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"}'), (3993,80,'XXXL,蓝色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"}'), (3994,80,'XXXL,蓝色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"}'), (3995,80,'XXXL,蓝色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"}'), (3996,80,'XXXL,蓝色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"}'), (3997,80,'XXXL,蓝色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"}'), (3998,80,'XXXL,蓝色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"}'), (3999,80,'XXXL,蓝色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"}'), (4000,80,'XXXL,蓝色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"}'), (4001,80,'XXXL,蓝色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"}'), (4002,80,'XXXL,蓝色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"}'), (4003,80,'XXXL,蓝色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"}'), (4004,80,'XXXL,蓝色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"}'), (4005,80,'S,蓝色,1,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"}'), (4006,80,'S,蓝色,1,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"}'), (4007,80,'S,蓝色,1,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"}'), (4008,80,'S,蓝色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"}'), (4009,80,'S,蓝色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"}'), (4010,80,'S,蓝色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"}'), (4011,80,'S,蓝色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"}'), (4012,80,'S,蓝色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"}'), (4013,80,'S,蓝色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"}'), (4014,80,'S,蓝色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"}'), (4015,80,'S,蓝色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"}'), (4016,80,'S,蓝色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"}'), (4026,81,'L,白色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4027,81,'L,白色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4028,81,'L,白色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4029,81,'L,白色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4030,81,'L,白色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4031,81,'L,白色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4032,81,'L,白色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4033,81,'L,白色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4034,81,'L,白色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4035,81,'L,白色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4036,81,'L,白色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4037,81,'L,白色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4038,81,'XL,白色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4039,81,'XL,白色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4040,81,'XL,白色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4041,81,'XL,白色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4042,81,'XL,白色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4043,81,'XL,白色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4044,81,'XL,白色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4045,81,'XL,白色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4046,81,'XL,白色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4047,81,'XL,白色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4048,81,'XL,白色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4049,81,'XL,白色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4050,81,'XXL,白色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4051,81,'XXL,白色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4052,81,'XXL,白色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4053,81,'XXL,白色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4054,81,'XXL,白色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4055,81,'XXL,白色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4056,81,'XXL,白色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4057,81,'XXL,白色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4058,81,'XXL,白色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4059,81,'XXL,白色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4060,81,'XXL,白色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4061,81,'XXL,白色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4062,81,'XXXL,白色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4063,81,'XXXL,白色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4064,81,'XXXL,白色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4065,81,'XXXL,白色,2,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4066,81,'XXXL,白色,2,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4067,81,'XXXL,白色,2,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4068,81,'XXXL,白色,3,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4069,81,'XXXL,白色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4070,81,'XXXL,白色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4071,81,'XXXL,白色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4072,81,'XXXL,白色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4073,81,'XXXL,白色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4074,81,'S,白色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4075,81,'S,白色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4076,81,'S,白色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4077,81,'S,白色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4078,81,'S,白色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4079,81,'S,白色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4080,81,'S,白色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4081,81,'S,白色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4082,81,'S,白色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4083,81,'S,白色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4084,81,'S,白色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4085,81,'S,白色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4086,81,'L,黑色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4087,81,'L,黑色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4088,81,'L,黑色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4089,81,'L,黑色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4090,81,'L,黑色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4091,81,'L,黑色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4092,81,'L,黑色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4093,81,'L,黑色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4094,81,'L,黑色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4095,81,'L,黑色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4096,81,'L,黑色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4097,81,'L,黑色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4098,81,'XL,黑色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4099,81,'XL,黑色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4100,81,'XL,黑色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4101,81,'XL,黑色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4102,81,'XL,黑色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4103,81,'XL,黑色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4104,81,'XL,黑色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4105,81,'XL,黑色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4106,81,'XL,黑色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4107,81,'XL,黑色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4108,81,'XL,黑色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4109,81,'XL,黑色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4110,81,'XXL,黑色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4111,81,'XXL,黑色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4112,81,'XXL,黑色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4113,81,'XXL,黑色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4114,81,'XXL,黑色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4115,81,'XXL,黑色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4116,81,'XXL,黑色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4117,81,'XXL,黑色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4118,81,'XXL,黑色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4119,81,'XXL,黑色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4120,81,'XXL,黑色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4121,81,'XXL,黑色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4122,81,'XXXL,黑色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4123,81,'XXXL,黑色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4124,81,'XXXL,黑色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4125,81,'XXXL,黑色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4126,81,'XXXL,黑色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4127,81,'XXXL,黑色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4128,81,'XXXL,黑色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4129,81,'XXXL,黑色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4130,81,'XXXL,黑色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4131,81,'XXXL,黑色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4132,81,'XXXL,黑色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4133,81,'XXXL,黑色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4134,81,'S,黑色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4135,81,'S,黑色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4136,81,'S,黑色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4137,81,'S,黑色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4138,81,'S,黑色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4139,81,'S,黑色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4140,81,'S,黑色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4141,81,'S,黑色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4142,81,'S,黑色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4143,81,'S,黑色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4144,81,'S,黑色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4145,81,'S,黑色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4146,81,'L,红色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4147,81,'L,红色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4148,81,'L,红色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4149,81,'L,红色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4150,81,'L,红色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4151,81,'L,红色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4152,81,'L,红色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4153,81,'L,红色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4154,81,'L,红色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4155,81,'L,红色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4156,81,'L,红色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4157,81,'L,红色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4158,81,'XL,红色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4159,81,'XL,红色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4160,81,'XL,红色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4161,81,'XL,红色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4162,81,'XL,红色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4163,81,'XL,红色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4164,81,'XL,红色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4165,81,'XL,红色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4166,81,'XL,红色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4167,81,'XL,红色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4168,81,'XL,红色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4169,81,'XL,红色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4170,81,'XXL,红色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4171,81,'XXL,红色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4172,81,'XXL,红色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4173,81,'XXL,红色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4174,81,'XXL,红色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4175,81,'XXL,红色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4176,81,'XXL,红色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4177,81,'XXL,红色,3,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4178,81,'XXL,红色,3,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4179,81,'XXL,红色,4,a',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4180,81,'XXL,红色,4,b',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4181,81,'XXL,红色,4,c',99,0,99.00,'https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg','',99.00,'99',99.00,99.00,99.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4182,81,'XXXL,红色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4183,81,'XXXL,红色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4184,81,'XXXL,红色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4185,81,'XXXL,红色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4186,81,'XXXL,红色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4187,81,'XXXL,红色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4188,81,'XXXL,红色,3,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4189,81,'XXXL,红色,3,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4190,81,'XXXL,红色,3,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4191,81,'XXXL,红色,4,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4192,81,'XXXL,红色,4,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4193,81,'XXXL,红色,4,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4194,81,'S,红色,1,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'); INSERT INTO `eb_store_product_attr_value` (`id`, `product_id`, `suk`, `stock`, `sales`, `price`, `image`, `unique`, `cost`, `bar_code`, `ot_price`, `weight`, `volume`, `brokerage`, `brokerage_two`, `type`, `quota`, `quota_show`, `attr_value`) VALUES (4195,81,'S,红色,1,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4196,81,'S,红色,1,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4197,81,'S,红色,2,a',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4198,81,'S,红色,2,b',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"黑色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,3,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXL,红色,4,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"红色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"蓝色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0}],\"attr\":[{\"attrName\":\"颜色\",\"attrValues\":\"白色,黑色,红色,蓝色\",\"id\":314,\"productId\":81},{\"attrName\":\"大小\",\"attrValues\":\"L,XL,XXL,XXXL,S\",\"id\":315,\"productId\":81},{\"attrName\":\"T1\",\"attrValues\":\"1,2,3,4\",\"id\":316,\"productId\":81},{\"attrName\":\"T2\",\"attrValues\":\"a,b,c\",\"id\":317,\"productId\":81}]}'), (4199,81,'S,红色,2,c',0,0,0.00,'','',0.00,'',0.00,0.00,0.00,0.00,0.00,0,NULL,NULL,'{\"attrValue\":[{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,b\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,2,c\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"99\",\"brokerage\":0,\"cost\":99,\"image\":\"https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/https://wuht-1300909283.cos.ap-chengdu.myqcloud.com/image/product/2020/07/30/27cb35c797e44862946528b040d357bd07cqyr5ra1.jpg\",\"otPrice\":99,\"price\":99,\"productId\":81,\"stock\":99,\"suk\":\"XXXL,白色,3,a\",\"volume\":99,\"weight\":99},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"XXXL\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"3\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"S\",\"颜色\":\"白色\",\"T1\":\"4\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"1\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"a\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"b\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otPrice\":0,\"price\":0,\"productId\":81,\"stock\":0,\"volume\":0,\"weight\":0},{\"attrValue\":{\"大小\":\"L\",\"颜色\":\"黑色\",\"T1\":\"2\",\"T2\":\"c\"},\"barCode\":\"\",\"brokerage\":0,\"cost\":0,\"image\":\"\",\"otP